Is there any way to retrieve headers from <img> tag using PHP? The <img> has src attribute set to a randomly and dynamic generated PHP image, which sends header that I want to retrieve containing dynamic content based on content of the image.
I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...