Hi all !
I found out that the call to:
WebRequest::Create(URL) ,
change the special symbols in URL (such as ^ and $) to their hexa equivalent (like %5E etc.) .
Do you know of a way to stop that (sometimes) unwanted behaviour ?
I'm connecting to a purely written web server that does not decode the %5E form back to ^ .... so i have to find a way to send it as is !
b.t.w when i paste the url on IE it works fine . (maybe it does not encode the URL ? )
thanks for all helpers ! and also for those who wanna help but dont know how
I found out that the call to:
WebRequest::Create(URL) ,
change the special symbols in URL (such as ^ and $) to their hexa equivalent (like %5E etc.) .
Do you know of a way to stop that (sometimes) unwanted behaviour ?
I'm connecting to a purely written web server that does not decode the %5E form back to ^ .... so i have to find a way to send it as is !
b.t.w when i paste the url on IE it works fine . (maybe it does not encode the URL ? )
thanks for all helpers ! and also for those who wanna help but dont know how