S
S
Sergey Sergeev2015-04-08 22:36:42
JavaScript
Sergey Sergeev, 2015-04-08 22:36:42

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

2 answer(s)
S
Sergey, 2015-04-09
@alokazay

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.

P
Pavel K, 2015-04-08
@PavelK

Um... look in the logs =)
Specify the parameters of the question.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question