When viewing the click in firebug, the call turns red (i.e. error) but I can’t see the error because the page redirects.
So is it allowed to call a remote website (in my case, its a 1×1 image using a standard url like http://www.example.com/becon).
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You are allowed to request images form other domains without issue. Assuming you don’t actually care about doing something with the image (ie you’re doing data collection with the image request) do something like this:
Now, if you’re looking to get something other than an image (HTML for instance), you’ll run into XSS issues.