Search found 5 matches

by rbharathan
Tue Feb 20, 2024 9:57 pm
Forum: HTTPAPI
Topic: Using Oauth2 with HTTPAPI
Replies: 8
Views: 1774

Re: Using Oauth2 with HTTPAPI

Thanks Scott!
by rbharathan
Tue Feb 20, 2024 6:37 pm
Forum: HTTPAPI
Topic: Using Oauth2 with HTTPAPI
Replies: 8
Views: 1774

Re: Using Oauth2 with HTTPAPI

Thanks again! I will do POST then! I use Postman to test first.
When I replace current version of HTTPAPI with new version by replacing library LIBHTTP, will it affect existing programs that are using it currently? Will all those programs need to be recompiled?

Thanks
by rbharathan
Mon Feb 19, 2024 11:12 pm
Forum: HTTPAPI
Topic: Using Oauth2 with HTTPAPI
Replies: 8
Views: 1774

Re: Using Oauth2 with HTTPAPI

Thank you!, this is very helpful. Couple of quick questions.. 1. Do I do a 'GET' to get the token instead of the 'POST' in http_string() ? 2. I do not see HTTP_AUTH_BEARER as a parameter for http_setauth() in my version of HTTPAPI. Is there a later version I need to download? (may be it is a Scott' ...
by rbharathan
Mon Feb 19, 2024 8:04 pm
Forum: HTTPAPI
Topic: Using Oauth2 with HTTPAPI
Replies: 8
Views: 1774

Re: Using Oauth2 with HTTPAPI

Thank you for the reply. Here are their requirements (Sorry for the Long details) I wonder if we can do this using HTTPAPI? Login Each authentication is unique per supplier (depending on supplier’s business model) Below information will be provided as part of onboarding: • • Client_secret (Oauth2) •...
by rbharathan
Mon Feb 19, 2024 6:51 pm
Forum: HTTPAPI
Topic: Using Oauth2 with HTTPAPI
Replies: 8
Views: 1774

Using Oauth2 with HTTPAPI

Hello Scott
We are using 'Basic Authentication' method to Post transactions with our customer. Now they are requiring us to use OAuth 2.0.
We are using HTTPAPI for this. Please let us know if you have sample code to do OAuth 2.0 with HTTPAPI.

Thanks again for all your help!