News

The dynamic parameter, in this case [id], will be url encoded. According to RFC2616 this parameter can be url encoded or not - the app should handle it the same way [1]. However, when trying to load ...
Describe the bug Any HTTP GET request with a parameter value in the URL that contains a "+" will have that character escaped with " ". This manifests itself when doing a GET Bulk Export containing ...