LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to pass argument in http protocal

I want to pass authentication value which is Basic 64 encoded. How can i pass that value in Http client.

 

Beacause I am getting the following error.

 

 

HTTP/1.1 307 Authentication Required
Date: Tue, 24 Jun 2014 06:31:48 GMT
Via: 1.1 localhost.localdomain
Cache-Control: no-store
Content-Type: text/html
Content-Language: en
Location: http://inchnsirwbsn01.india.tcs.com:8080/auth/?du=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcv
Connection: close
Content-Length: 244

0 Kudos
Message 1 of 3
(2,280 Views)

I don't know of any specific rules.

Can you log on using a browser, or some other software?

If so, use a traffic monitor and see what it is sending.

Steve Bird
Culverson Software - Elegant software that is a pleasure to use.
Culverson.com


Blog for (mostly LabVIEW) programmers: Tips And Tricks

0 Kudos
Message 2 of 3
(2,257 Views)

recently posted about this subject Smiley Happy

 

However, you are encountering a  "temporary redirect", if this is your http response, you will need to repeat the request, but target the url as returned in the "location" header

------------------------------------------------------------------------------------
Seriously concerned about the Labview subscription model
0 Kudos
Message 3 of 3
(2,252 Views)