I’m trying to get the raw XML response from the Weather Underground API, but the $response
variable seems to have the XML element tags all stripped out. Is it possible to get the raw response with the element tags included? From what I’ve read, webCoRE doesn’t support parsing of an XML response, like it does with JSON, but I can manually extract the data as long as the element tags are still there.
Here’s what I get in Postman:
And here’s what I get in webCoRE: