Need Help: Getting HTTP Error 403 When Sending Data Between Instance

ericlung
Tera Contributor

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 :

ericlung_0-1691681368052.pngericlung_1-1691681388391.png

 

This is on Demo instance : 

ericlung_2-1691681433514.pngericlung_3-1691681452441.png

ericlung_4-1691681464775.png

 

This is when I test my REST Message :

 

ericlung_5-1691681507582.png

 

 

1 REPLY 1

Community Alums
Not applicable

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.