S
S
Sergey Pugovkin2018-01-27 17:05:52
PHP
Sergey Pugovkin, 2018-01-27 17:05:52

How to see prepared headers in curl php BEFORE sending?

Or not at all? For you need to make sure that everything will be sent exactly as it should.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
artem78, 2018-01-27
@Driver86

You can send data to some stub and enable the output of the request log in Curl:
curl_setopt($curlhandle, CURLOPT_VERBOSE, true);

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question