I am using PHP curl and i am trying to send data with the content type multipart/form-data.
However, something goes wrong, and i want to compare the request in the browser and my curl request. The problem is, is can see all sent header with curl_getInfo(), but not the raw post data. How can i see this?
I want to make sure everything in my curl request is exactly the same as in my browser request.
Apparently i have to add some code or else i can't post this