php - Can a server block requests from a website of mine? -


A website hosted on a server (A) that PHP on another server hosted on another server PHP (HTPRQUEST) (B).

Every time a user clicks on a button on the website's hosted on A, requests A to B to get an html page.

Can a?

short answer: yes it is possible.
Long answer: This is not practical though you can block the IP address of the server, but if the owner of the server really wants to do this, then he can get a free proxy and then send a request, you can It will not be able to say whether the request has been sent from the server or a valid user


Comments

Popular posts from this blog

python - Strange behavior using PyQt4's 'pyqtSlot' decorator before another decorator -

c# - UnhandledExceptionMode.ThrowException for AppDomain.UnhandledException -

c# - Process.Kill() returns access denied -