- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2024 05:15 PM
Hi all,
I'm looking to sync public weather data to a table in ServiceNow for reporting purposes, however what looks like a simple GET call is not working.
For reference, this is a sample URL which you can paste in your browser to see the response as well as any online API testing tool: https://api.weather.bom.gov.au/v1/locations/r7hgdpk/forecasts/daily
I receive a 400 response with the below message
<HTML><HEAD><TITLE>Error</TITLE></HEAD><BODY>
An error occurred while processing your request.<p>
Reference #253.42052017.1716276213.1168e795
<P>https://errors.edgesuite.net/253.42052017.1716276213.1168e795</P>
</BODY></HTML>
I've tried adding headers that I find auto-generated by Postman/online tools, like "Accept: */*" and ""Accept-Encoding: gzip" to no avail, if anyone has a fix that would be appreciated.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2024 05:24 PM
can you share how you are doing this? worked for me first go.
i set up a new outbound rest message in our test environment pointed at that end point and it worked without any further configuration.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2024 05:24 PM
can you share how you are doing this? worked for me first go.
i set up a new outbound rest message in our test environment pointed at that end point and it worked without any further configuration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2024 05:28 PM - edited 05-21-2024 05:28 PM
Hi Kai,
That's exactly what I've done, so I guess I'll need to raise a HI ticket... I've tried with and without those headers, thats the only thing i've tried to add

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2024 05:34 PM
does it work for you in a PDI?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2024 06:00 PM
Yes I've tried PDI and it works, I assume its an issue with plugins, though all plugins containing "rest" in their ID match between the instances so need to dig deeper.