Forum Post: RE: http get with authorization

  • Thread starter Thread starter pvorobie
  • Start date Start date
Status
Not open for further replies.
P

pvorobie

Guest
You can also use rbv_api.sendJSONRequest(url, null, "GET", contentType, username, password, headers) If you pass username and password, this API will add basic authentication header for you. Otherwise use last parameter to pass HTTP headers.

Continue reading...
 
Status
Not open for further replies.
Back
Top