Project

General

Profile

wtfcgi and POST request

Added by Marcelo Antunes almost 4 years ago

I'm trying to do a POST request to an API, and if i build my project against wthttp the request is done correctly, but if i built the same project against wtfcgi, the api gives-me invalid request error (400).

Besides that, the request done with wt libs gives error, but if i intercept the request for example on wireshark, copy it's content and headers to postman and send the request, it has success.