Hi Guys,
I am interfacing with another website that has the user sign in. This sign in information must be passed to my site.
How do I form the url that must be passed to me so that it contains the user name and
password?
Where in my site do I examine what has "possibly" been passed and do the login validation stuff?
When attempting an url that looks like this: 127.0.0.1:91?login=junk,password=junk
I get page not found errors.