ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

JSON Bearer Token

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • JSON Bearer Token

    Hi,

    Need help.
    How I can apply bearer token using http_url_post (http api by scott)?
    Is there any example for code that?

    Thanks and Regards,
    Alex

  • #2
    Code:
    http_setAuth( HTTP_AUTH_BEARER: '': 'Put The Token Here');

    Comment


    • #3
      Thank you Scott.

      Thanks,
      Alex

      Comment

      Working...
      X