Answer the question
In order to leave comments, you need to log in
Is it possible to catch an external ajax request on the server?
Good afternoon, is it possible to somehow catch on the server which external ajax request was executed from the page?
If the site is parsed, for example, by the google chrome extension, is it possible to find out what ajax request is sent by the client to its server?
Answer the question
In order to leave comments, you need to log in
This is a request from a client. There is certainly a chance that the extension sends additional information about itself in the headers, but in general the Same-origin policy should not just allow the extension to make requests to a server that does not support CORS. And if CORS is supported, then you can set restrictions in the headers.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question