But the response of request is not expected results. However, when I copy and paste the same dumped header value and form data to the postman, I got right response, I don't know why.
The problem is I know something wrong with parameters, but I can't see what going on just like I do in Chrome Developer Tools Network to see the header, form data, etc. Any idea?
Hi, there
I'm trying to use goutte to make a post request for a url, and it's source code like below
And I dump it like this
dump($this->client->getInternalRequest());
After that, I got the result in console, like below object
But the response of request is not expected results. However, when I copy and paste the same dumped header value and form data to the postman, I got right response, I don't know why.
The problem is I know something wrong with parameters, but I can't see what going on just like I do in Chrome Developer Tools Network to see the header, form data, etc. Any idea?