I need to do a certain action with a page that is in classic asp.
What I need is to get the source of the request that is made on this page, and depending on which source I do something about this request.
For example, if the request comes from the page itself in asp, I let the flow run normally. But if the request has another source (the postman and the burp suite do this) then I would treat the situation differently.
The intent is to take care of system security.
How can I capture the source of this request in asp?