Search found 1 match

by markflores1960
Thu Jun 16, 2022 11:17 pm
Forum: HTTPAPI
Topic: This page requires a user-id & password
Replies: 1
Views: 2775

This page requires a user-id & password

Trying to get a FEDEX token to eventually get Tracking by tracking number API. This is the code I am using HTTP_Debug(*On : %Trim(@IFSError)); postString = 'grant_type=client_credentials' + '&client_id=' + %Trim(ClientId) + '&client_secret=' + %Trim(ClientSecret); Monitor; rc = http_post(&qu...