how to programatically log into GE REST Endpoints?
We are trying to programmatically access our rest endpoints but are unable to properly authenticate. We have been monitoring the traffic in Fiddler when manually logging into our REST endpoints through a browser but all we can see is a security callback.
It appears that this is logging us in via Active Directory and also looks to have support for OAuth as the "originalIssuer" is either "AD AUTHORITY" or "urn:gcx:global". We have also noticed that in the cookies an app-token and app-session is generated after we log in manually through the browser. I was able to get in with Python after I copied the cookies info and passed that in the programmatic request, but we don't want to have to go through this step in the browser.
So my question is how can we properly handle autenticating into the GE REST endpoints? Does anyone have a Python or JavaScript example of how to do this? Thanks!
0
-
The question deserves an answer. also an example with Postman would be great.
0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
1 kommentar