Need Help: Getting HTTP Error 403 When Sending Data Between Instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2023 08:34 AM
Hello everyone,
I hope someone can assist me with this issue I'm encountering.
I'm trying to send data between my test instance and my demo instance . For this purpose, I've created a Flow with a REST Action. However, every time I attempt to send the data, I'm greeted with an HTTP Error 403. I've double-checked my endpoints and permissions, but I can't seem to identify the issue.
Here's a brief overview of my setup:
- Source Instance: Test instance
- Destination Instance: Demo instance
- Flow Action: REST Action
- Error Received: HTTP Error 403
I was wondering if anyone else has faced a similar problem or if there's something obvious that I might be overlooking. Any assistance or pointers would be greatly appreciated.
This screenshot is on my Test instance :
This is on Demo instance :
This is when I test my REST Message :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2023 08:59 AM - edited 08-10-2023 09:02 AM
Hi @ericlung ,
You’ve got 401 error, check your basic auth user details and add the required roles.
If you get 403 error , there might be ACL restrictions or inadequate roles.
