url parsing in URI / HTTP::Request

2004-03-10 Thread Ulrich Wisser
Hi, today I got an error code 400 (bad request) from my url checker. When I tested the url in my browser it worked fine. The url is http://www.leomajken.se?source=digdev I realize that there is a / missing after the domain name. I don't know if the problem is in URI or HTTP::Request. URI

Re: url parsing in URI / HTTP::Request

2004-03-10 Thread Gisle Aas
Ulrich Wisser [EMAIL PROTECTED] writes: today I got an error code 400 (bad request) from my url checker. When I tested the url in my browser it worked fine. The url is http://www.leomajken.se?source=digdev I realize that there is a / missing after the domain name. I don't know if