|
Post by egghead on Oct 30, 2024 5:58:37 GMT
Say I need to pass username and password to a web service using
Rho::Network.get(HASH propertyMap, CallBackHandler callback)
and say I include these 2 parameters in the propertyMap hash and use basic authentication.
How are these 2 authentication parameters passed in the Network API? Is it through the headers or body of the request? Thanks
|
|
|
Post by Alex Epifanov on Oct 30, 2024 14:34:18 GMT
|
|
|
Post by egghead on Oct 30, 2024 17:26:46 GMT
Thanks Alex, maybe I didn't make myself clear enough, but I wasn't asking about how to pass username and password, but I wanted to know whether the username and password would be in the body or the header of the request?
|
|
|
Post by Alex Epifanov on Oct 30, 2024 17:38:10 GMT
|
|