Skip to content

Commit

Permalink
Remove: Applictaion Id. No security risk.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilling committed Oct 11, 2019
1 parent 98b8dcb commit 995f701
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public String getApiVersion(HttpServletRequest request, HttpServletResponse resp
}
};

MoesifFilter moesifFilter = new MoesifFilter("eyJhcHAiOiI2MTc6MTg4IiwidmVyIjoiMi4wIiwib3JnIjoiNjQwOjEyOCIsImlhdCI6MTU3MDc1MjAwMH0.keDf-STVi650VQsbMpPikSEU55UTHX9VHSRkcHPRvcw", config, true);
MoesifFilter moesifFilter = new MoesifFilter("your application id", config, true);

// Set flag to log request and response body
moesifFilter.setLogBody(true);
Expand Down

0 comments on commit 995f701

Please sign in to comment.