Hello Friends,
I need to consume 3rd party apis having access token vales.
I am getting same access tokes in post call, i need to send this access token in get call.
var request = new $.net.http.Request($.net.http.POST, "/prefix/query/"); request.headers.set("Authorization", "eXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
i am setting request headers in authrization header, every time when i set authrization header it is showing empty vale only.
Thanks,
Amit