In the request POST
in AJAX
I have this to keep the user session of the external website.
xhrFields: { withCredentials: true },
crossDomain: true
How can I do this in CURL
in PHP
?
In the request POST
in AJAX
I have this to keep the user session of the external website.
xhrFields: { withCredentials: true },
crossDomain: true
How can I do this in CURL
in PHP
?
Of course CURLOPT_SSL_VERIFYPEER = 0; CURLOPT_SSL_VERIFYHOST = 2;
these variables you must configure