Forum Discussion

gcampan's avatar
gcampan
Occasional Contributor
8 years ago
Solved

Characters in XML response get entitized and string becomes unusable as HTTP request

Hello!   I have this problem: issue a HTTP GET to a resource, and receive an XML response containing a URL where I can PUT a file. Like this:   Now, I want to use the URL string from the first r...
  • NBorovykh's avatar
    8 years ago

    Hello,

     

    Try enabling the "URI contains encoded endpoints, don't try to re-encode" option on the "HTTP" tab in R!API Preferences. This will force R!API to use the URL in your second request as-is without transforming it.