|
Hmm, I'll have to set up to try it ... Not sure that I'll have time
today ... I'm sure it works ... Maybe you and I could share screen
sometime and play with it ... otherwise I'd have to figure out an
example. I mostly do this stuff in PHP/Python/JS
________________________________
From: MIDRANGE-L <midrange-l-bounces@xxxxxxxxxxxxxxxxxx> on behalf of
Jay Vaughn <jeffersonvaughn@xxxxxxxxx>
Sent: Monday, July 15, 2024 10:48 AM
To: Midrange Systems Technical Discussion
<midrange-l@xxxxxxxxxxxxxxxxxx>
Subject: Re: http_post equivalent of curl example
CAUTION: This email originated from outside of the organization. Do
not click links or open attachments unless you recognize the sender
and know the content is safe.
Yes, http_post is... url,body,headers
so leaves only one place to put them... in the body...
I have tried both the json structure in the body...
'{"grant_type": "client_credentials", "client_id": "client_id",
"client_secret": "client_secret"}'
and the string structure... Neither work.
'grant_type=client_credentials, client_id=client_id,
client_secret=client_secret'
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.