I have a page that I am afraid someone can hack. The page itself makes it so that if you come to the page without having the correct referrer you are redirected back to the page with the form.
I tried to use curl but it also redirects me and gives me the "object moved."
My page uses a GET so I thought I could just use curl but again it redirects. This is a good thing because redirecting without coming from the page I want is part of my "security." I don't know how weak that is though (the technique) and cURL may be the wrong tool to try and break it.
The page just returns orders based on the query string. I believe I am good against sql injection, just testing this last part. Ajax maybe?
asp classic webpage.
Thanks for any help.
Update: I was able to use this: How do I use cURL & PHP to spoof the referrer?