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 ...
Search found 1 match
- Thu Jun 16, 2022 11:17 pm
- Forum: HTTPAPI
- Topic: This page requires a user-id & password
- Replies: 1
- Views: 7743