R
Ruben Dröge
Guest
You say 'the same POST by CURL reply correctly', but it is the request actually the same sent by the HTTP Client as it is when sending it using CURL? (i.e. IIS i.e. has a default max header size of http requests of 16K) You can check this using a tool like i.e. Fiddler. It will record all in- and outgoing http traffic and display all information about headers/requests/responses/status codes etc etc.
Continue reading...
Continue reading...