I made a Basic Auth Request with credentials to login to the host site. This works fine and returns 200 status with Data in bundles. This is only for granting access or permission.
Then I click on a link to another site after I get access. In my browser it works.
How to pass the authorization from the host site to the other site in make? I’m trying to get data from the linked site.
I already had that selected to share cookies. I’ve also tried to manually add the cookie headers to the new link with name and values. I haven’t tried adding the other headers in yet either. I thought the cookies might work.
I’ve also tried clicking the link in incognito browser and copying this link to http auth request. Then enter my login in credentials. The login will redirect me automatically after permission is granted in the browser, but it will not redirect make to get data from the new link.