Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] non-destructive request body read

nvm, just used a tcp/ip proxy to monitor.

- Ray

On Mon, Sep 16, 2019 at 2:41 PM Raymond Auge <raymond.auge@xxxxxxxxxxx> wrote:
Is there some trick I could use to read request body in a non-destructive way (for debugging purposes)? I want to dump the request body in a log.

I've got an implementation of org.eclipse.jetty.server.RequestLog going already but I would like to dump the request body which is tricky as you know.

--
Raymond Augé (@rotty3000)
Senior Software Architect Liferay, Inc. (@Liferay)


--
Raymond Augé (@rotty3000)
Senior Software Architect Liferay, Inc. (@Liferay)

Back to the top