Jump to content

Check if a request is from curl or an actual user?


ballhogjoni

Recommended Posts

cURL stands for  - Client URL Library and the whole point of it is to be able to make requests that are identical to what a client would make.

 

The only thing you can do is detect the information that is part of the request, such as the IP address, HTTP Request Headers, cookies/session id cookie, URL (path/page), and any post/get data. If the person using curl to make the request is doing it from an expected IP address and is supplying any expected header/cookie/token/URL/post/get values, then you would not be able to distinguish a curl request from a browser making the request.

 

What exact problem are you having that you are trying to solve?

Archived

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

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.