On 22/04/2020 00:11, rugman66 . wrote:

<snip/>

>        Tomcat log  (I'm trying to get more debug level logging)
>             2020-04-21 13:39:33 INFO  app.CompletionRestController
> Unsupported Media Type in Header
> 
>       Postman
>            415 Unsupported Media Type
> 
>       GET URL
>             http://server.com/app/api/completions.json?username=foo
> 
> Both Tomcat and Apache are running SSL because all internal endpoints
> are required to be secure.

Looks like the app is generating the error. That moves us forwards.

Try enabling the RequestDumperFilter. That should dump the full set of
request headers received which will hopefully help explain what is going on.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to