Re: [fw-general] spaces in url with Zend_http

2009-09-23 Thread Ben Scholzen 'DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Benjamin Eberlei wrote on 22.09.2009 21:44: > On Tuesday 22 September 2009 09:38:37 pm Derk wrote: >> Hello, >> >> Is it true that Zend_Http can't deal with spaces in the uri? I got some >> exceptions with the message "..." is not a valid HTTP path. I

Re: [fw-general] spaces in url with Zend_http

2009-09-22 Thread Benjamin Eberlei
On Tuesday 22 September 2009 09:38:37 pm Derk wrote: > Hello, > > Is it true that Zend_Http can't deal with spaces in the uri? I got some > exceptions with the message "..." is not a valid HTTP path. I know spaces > in urls are not valid, but a site serves some redirects with spaces in the > locati

Re: [fw-general] spaces in url with Zend_http

2009-09-22 Thread Jurian Sluiman
Hi, Spaces are indeed not a valid uri so an exception is thrown. If you encode your spaces to %20, it will probably work (so if a site does a redirect to an uri with spaces, follow the uri with the spaces encoded). Regards, Jurian -- Jurian Sluiman Soflomo.com Op Tuesday 22 September 2009 21:38

[fw-general] spaces in url with Zend_http

2009-09-22 Thread Derk
Hello, Is it true that Zend_Http can't deal with spaces in the uri? I got some exceptions with the message "..." is not a valid HTTP path. I know spaces in urls are not valid, but a site serves some redirects with spaces in the location. Firefox and IE don't have a problem with it, they do maybe