afHttpClientExt icon

afHttpClientExt

Axon functions for making HTTP requests to REST APIs
afHttpClientExtForum
< All topics

Registered StackHub users may elect to receive email notifications whenever a new package version is released or a comment is posted on the forum.

There are 14 watchers.


Example with Authentication
Henry ChatwinThu 20th Mar

Hi Syed,

In this case I think you've slightly misunderstood how the afHttpAuth works, the first argument in this case is the Auth method, for example "basic"/"bearer", etc

This then sets the Authentication on any further requests made with that instance of the client.

Examples and documentation for the Axon funcs can be found here including examples for afHttpAuth

Syed SuhailThu 20th Mar

Could you please share an example of using axon functions with Authentication? Does the password/secret has to be in "" as a string?

afHttpAuth(https:www.example.com/,"user_id","password")

Here is the error I am getting:

axon::EvalErr: Func failed: afHttpAuth(Str authScheme,Str username,Obj password); args: (Uri,Str,Str)

sys::ArgErr: java.lang.IllegalArgumentException: argument type mismatch [eval:1]

Log in or Sign up to post a reply.