Re: HTTPSocket Authentication

2006-04-09 Thread Steve Garman
name = "MyName" password = "MyPassword" Return True Sorry, missed the last line somehow. -- Steve Garman Using REALbasic 2006r1 Professional on Windows XP Pro ___ Unsubscribe or switch delivery mode:

Re: HTTPSocket Authentication

2006-04-09 Thread Steve Garman
In a message regarding HTTPSocket Authentication dated Sun, 9 Apr 2006 01:08:21 -0500, Stephen Koger said that ... > Does anyone out there have a working example of using the > AuthenticationRequired Event when trying to access a HTTP site requiring a > username and password? name

HTTPSocket Authentication

2006-04-08 Thread Stephen Koger
Does anyone out there have a working example of using the AuthenticationRequired Event when trying to access a HTTP site requiring a username and password? I have been able to get to the point where the Event is Fired. but how to populate the proper header and variables and return them, I am a