This error appears when I try to use the file_get_contents()
function of PHP:
failed to open stream: HTTP request failed! HTTP / 1.1 403 Hotlinking is forbidden
As a parameter we have a normal PHP page, which makes some connections to the client database and an internal one. This target does not have header at all. Depending on what goes on inside (it's all right), it will "start" (with echo) a JSON. And this is what I want to get for my file_get_contents
. My hotlink is disabled.
What can I do to fix it?