Hello,
I'm not sure where to post this question, but here goes anyway.
I have a PERL program that needs to log into a 3rd party system, their API required me to post a URL encoded XML doc.
That isn't the problem, however the users password has a (+) plus sign in it, isn't this a problem, or if I use the URI module, does it get converted to something and then converted back to a plus sign their end.
I seem to recall that if a URL has a + in it, it is converted to a ( ) Space! when STDIN is parsed.
Is that correct? and therefor is having a (+) in the URL encoded data a problem.
thanks
1dmf
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.
I'm not sure where to post this question, but here goes anyway.
I have a PERL program that needs to log into a 3rd party system, their API required me to post a URL encoded XML doc.
That isn't the problem, however the users password has a (+) plus sign in it, isn't this a problem, or if I use the URI module, does it get converted to something and then converted back to a plus sign their end.
I seem to recall that if a URL has a + in it, it is converted to a ( ) Space! when STDIN is parsed.
Is that correct? and therefor is having a (+) in the URL encoded data a problem.
thanks
1dmf
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.