Can somebody elaborate on this topic furthermroe? I think our server is able to handle messages incoming in GET mode, but when it receives a message in POST mode it logs no content in the webserver's log even it succeeds in interpreting the the message and successfully sends a proper response back to the client.
In a nutshell, the only abnormal thing is that the web server fails to log content when a message is in POST mode. Why?
It sounds like GET is faster than POST as POST is capable to and is designed to handle large amount of data, right?
An existing JAVA client was coded to send in POST method, how to turn it to GET?
In a nutshell, the only abnormal thing is that the web server fails to log content when a message is in POST mode. Why?
It sounds like GET is faster than POST as POST is capable to and is designed to handle large amount of data, right?
An existing JAVA client was coded to send in POST method, how to turn it to GET?