|
-
Jul 21st, 2003, 07:17 AM
#1
Thread Starter
Registered User
Odd behaviour: HTTP deletes characters
Hi veryone,
I need your heavy knowledge on http and the Web. I have a bit of code that returns to an asp page the following string where beanie1 is an html input text box:
beanie1=MHkGCSsGAQQBgjdYA6BsMGoGCisGAQQBgjdYAwGgXDBaAgMCAAACAmYBAgFABAji5rNi+qxuAgQQEiy2pEGvRlEFcozI 6ZsIkwQwNZKWFZwgmi2UeKdSrZM/IgTTXlxTUQdTeHc0EabjBykNImrQ0/eepCvshu0mkPqF
This is then fed into a dll and decrypted.
The problem I have is that during the stage between the moment the code is sent by the app over http and when it is read by the dll, somewhere and somehow something removes the + sign you see after the letters Ni half way along the string. It gives this string when read by the dll:
MHkGCSsGAQQBgjdYA6BsMGoGCisGAQQBgjdYAwGgXDBaAgMCAAACAmYBAgFABAji5rNiqxuAgQQEiy2pEGvRlEFcozI6ZsIkwQwN ZKWFZwgmi2UeKdSrZM/IgTTXlxTUQdTeHc0EabjBykNImrQ0/eepCvshu0mkPqF
Now I can't have this as the decryption returns an error.
Would anyone know what causes this? I can encrypt all strings and make sure there are no + signs but then are there any other characters that pause a problem like this?
Many thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|