You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 6, 2025. It is now read-only.
We use the CURLOPT_HEADER option to retrieve headers returned by the server.
When the URL retrieved was redirected by a 3XX code, the headers from the first call and the redirected page are received.
Example with the URL http://jeu.info/course.html which redirect with 301 to http://jeu.info/, these headers are given by the CURLOPT_HEADER option:
The text was updated successfully, but these errors were encountered: