M
mm
Hello everyone,
I have an asp.net application executing under .net framework 1.1 that sends
a base64 encoded string token to a remote server running weblogic
application server. for some odd reason when the token reaches its
destination the '+' symbols in the token are converted to spaces which are
not valid base64 characters.
I am using HttpWebRequest to send the data and the content type is
application/x-www-form-urlencoded and the method is 'POST'
I have tried to change the content type to text/plain but this does not
work.
Thanks in advance for your help
best
MM
I have an asp.net application executing under .net framework 1.1 that sends
a base64 encoded string token to a remote server running weblogic
application server. for some odd reason when the token reaches its
destination the '+' symbols in the token are converted to spaces which are
not valid base64 characters.
I am using HttpWebRequest to send the data and the content type is
application/x-www-form-urlencoded and the method is 'POST'
I have tried to change the content type to text/plain but this does not
work.
Thanks in advance for your help
best
MM