Basic authentication problem in version 1.4.8.126 (General questions)
VB Code:
...
With http
.Authentication = AuthBasic
.Login = user
.Password = password
.DebugFile = c: race.txt
.Get myurl
End With
Response.body = <h1>Bad Request (Invalid Verb)</h1>
Trace.txt:
** Connecting to ... on port 80
** Requesting URL http://...
Authorization: Basic cGxp...
GET /... HTTP/1.1
Host: myserver
HTTP/1.1 400 Bad Request
Content-Type: text/html
Date: Wed, 20 Dec 2006 12:43:11 GMT
Connection: close
Content-Length: 35
<h1>Bad Request (Invalid Verb)</h1>** Done receiving response
Thanks
Re: Basic authentication problem in version 1.4.8.
Hi Paco,
I have just tested this on my computer, and i was unable to duplicate the issue. I have tested with 1.4.8.127 and it worked like a charm.
What server are you using for testing?
The Bad request doesn't necesarily mean authentication problem. Are you sure you are specifying the right URL? Can you open it via browser?
Regards,
Damba
Re: Basic authentication problem in version 1.4.8.
Hi Paco,
I have just tested this on my computer, and i was unable to duplicate the issue. I have tested with 1.4.8.127 and it worked like a charm.
What server are you using for testing?
The Bad request doesn't necesarily mean authentication problem. Are you sure you are specifying the right URL? Can you open it via browser?
Regards,
Damba
Server is a Windows Server 2003 SP1. The URL is ok, and I can open it via browser.
But in trace.txt, 'Authorization: Basic cGxpY...' is before the verb 'GET'. Is not possible that this generates the error 'Bad Request (Invalid Verb)'?
Thanks
Re: Basic authentication problem in version 1.4.8.
Hi Paco,
Please download latest 1.4.8.127 version of wodHttpDLX. You problem should be fixed in latest version.
If you are licensed user you can download it here:
http://www.weonlydo.com/index.asp?update=1
This is automated process. Make sure you use same email address that is registered with our system, one you used when you have purchased the product.
If you are evaluating wodHttpDLX then you can download it here:
http://www.weonlydo.com/Samples/wodHttpDLX.exe
Let us know how it goes.
Regards,
Drazen
Re: Basic authentication problem in version 1.4.8.
Hi Paco,
Please download latest 1.4.8.127 version of wodHttpDLX. You problem should be fixed in latest version.If you are licensed user you can download it here:
http://www.weonlydo.com/index.asp?update=1This is automated process. Make sure you use same email address that is registered with our system, one you used when you have purchased the product.
If you are evaluating wodHttpDLX then you can download it here:
http://www.weonlydo.com/Samples/wodHttpDLX.exeLet us know how it goes.
Regards,
Drazen
All is ok with 1.4.8.127 version
Thanks!