Opened 10 years ago
Closed 9 years ago
#12230 closed defect (wontfix)
OAuth, Slash symbol in request parameters
Reported by: | dimm | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | IO | Version: | 1.5 |
Keywords: | OAuth | Cc: | |
Blocked By: | Blocking: |
Description
The '/' symbol in GET request parameter is encoded as %252F, resulting in incorrect signature exception from a server. When encoded as %2F in another API, works fine. (Mac OS, Safari, Firefox, Chrome)
Change History (2)
comment:1 Changed 9 years ago by
Owner: | changed from James Burke to Bryan Forbes |
---|
comment:2 Changed 9 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
This double-encoding is actually correct on most systems, closing as wontfix.
Note: See
TracTickets for help on using
tickets.
Bulk change to reassign IO tickets to Bryan, since he is working on new dojo/request module. Some of these tickets should probably be closed as already fixed, invalid, or wontfix.