Hi All
Is there a list of reserved or special characters that cannot be entered as part of a URL call for ORDS?
We have some QA people testing the robustness of some API's built in ORDS. They are trying lots of different character combinations to see what works and what breaks. They have tried using the escaped version of the characters.
We have found that with our API for a GET the following characters result in a 400 Bad Request response when included as a URL path parameter.
Character | Escaped Version |
---|
# | %23 |
% | %25 |
; | %3B |
? | %3F |
Thanks for any advice,
Adrian