Basic authentication problem in version 1.4.8.126 - WeOnlyDo Discussion board

Basic authentication problem in version 1.4.8.126 (General questions)

by Paco, Wednesday, December 20, 2006, 13:52 (6548 days ago)

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.

by wodDamir, Wednesday, December 20, 2006, 14:28 (6548 days ago) @ Paco

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.

by Paco, Wednesday, December 20, 2006, 16:22 (6548 days ago) @ wodDamir

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.

by woddrazen, Wednesday, December 20, 2006, 16:45 (6548 days ago) @ Paco

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.

by Paco, Thursday, December 21, 2006, 16:38 (6547 days ago) @ woddrazen

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

All is ok with 1.4.8.127 version
Thanks!