
15 Mar
2006
15 Mar
'06
9:41 a.m.
Hello. Sending values (over GET or POST) to a CGI-script does not work in IE if the value contains the character '@'. Sending it a string "hello@world" will return just "hello" in the key-value pair list that you get from the wrapper. Is there a reason for this? It looks like IE isn't encoding the strings (while firefox is), but should we require that it does? Couldn't we just change 'extra' to: extra :: Parser Char extra = sat (`elem` "!*'(),@") -- note the added '@' That would fix it, right? /S -- Sebastian Sylvan +46(0)736-818655 UIN: 44640862
7006
Age (days ago)
7006
Last active (days ago)
0 comments
1 participants
participants (1)
-
Sebastian Sylvan