Illegal access to outbound HTTP in (scoped application). Use an async business rule to perform outbound HTTP requests.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-08-2019 07:06 AM
Illegal access to outbound HTTP in (scoped application). Use an async business rule to perform outbound HTTP requests.
i have attempted by testing executeAsync, but same error again.
It was working fine and getting 200 response from in rest explorer where as when connect from sernvicenow applciation the above error occurs.
I checked the community but i didnot get right answer to this issue.
please help on this.
Regards,
Jayaraj
- Labels:
-
Integrations
-
Scripting and Coding
- 7,218 Views

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-22-2020 07:41 AM
Adding following code in my BR worked for:
var response = r.executeAsync();
response.waitForResponse(10);
I am using after BR.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-23-2021 03:21 PM
It did the trick for me, thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-18-2024 11:12 PM
It Worked.
Thanks...