Select to view content in your preferred language

Calling a secured rest SOE using http client like postman

694
1
Jump to solution
08-31-2020 07:50 AM
DanielRivero
New Contributor III

I need to call a REST SOE using other systems like SAP, Oracle in order to integrate some workflows.. The problem is that for some reason the REST SOE always get "invalid token" message even when yo send it on the header or as parameter.

I have tried sending the token using postman in the following ways:

1.- Sending as a get parameter

2.- Sending the header Authorization: Bearer <token>

3.- Sending the header X-Esri-Authorization: Bearer <token>

I have tested the token using consuming the rest api of the same service... for example doing a query.. so the token is valid.

Regards,

Daniel R. 

Tags (1)
0 Kudos
1 Solution

Accepted Solutions
DanielRivero
New Contributor III

Forget it.. I was generating a wrong token..

View solution in original post

0 Kudos
1 Reply
DanielRivero
New Contributor III

Forget it.. I was generating a wrong token..

0 Kudos