Side navigation
#8116 closed bug (worksforme)
Opened February 01, 2011 09:17AM UTC
Closed February 01, 2011 11:37AM UTC
Last modified March 13, 2012 06:47PM UTC
sending "+" char using $.ajax to PHP
Reported by: | dio | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | ajax | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hello,
I am trying to send "+" char using $.ajax method to PHP. The result is that $.ajax is replacing the + with interval. I tried to encodeURIComponent, serialization. When I use base64 encode/decode there is no problem. But still the $.ajax method is replacing the + char with interval and I think its a bug.
Looking forward for your response.
Have a nice day.
Attachments (0)
Change History (1)
Changed February 01, 2011 11:37AM UTC by comment:1
component: | unfiled → ajax |
---|---|
priority: | undecided → low |
resolution: | → worksforme |
status: | new → closed |
Thanks for taking the time to contribute to the jQuery project by writing a bug report.
After checking your report I made this test case but can't seem to reproduce your issue. The
+
characters is correctly encoded as%2B
. Maybe there is some problem in your decoding code on the server side.