Jump to content

PHP + CURL + Send GET Request + Dont Download File..?


cyfer65

Recommended Posts

Is there any way using curl in php to send out a GET request for a file but not to download the file..?I know of the sending the HEAD request with the CURLOPT_NOBODY param...But I need to send the GET request without having to download the actual file back to my server.. Can this be done at all? are there any CURL Params to set to accomplish something this..?

Link to comment
Share on other sites

can you tell wha is the purpose of it? which file you are accessing? php or any other?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...