LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

auto login web page

Hi: I am writing a LV test program to test a layer 2 switch. At some point, my test program must access switch's console web page to read or write data. Problem is that the web page required login. I have tried the simple attach Username & Password to the URL method. It does not work. I can not automatically send Username & Password to complete the login process. Apprently, there are some security implemented. I have called the SW guy who wrote the UI. He either can't or don't want to help.
I have to admit that I am not strong with internet programming. Is there any other way???
0 Kudos
Message 1 of 2
(2,604 Views)
Hello Justin,
You may want to look at the HTTP Protocols Example program. It should contain information on how to post data to a server using both the Get and Post methods. It may be a good starting point for your program. I hope this helps!

http://sine.ni.com/apps/we/niepd_web_display.display_epd4?p_guid=CA9910104C671493E034080020E74861&p_node=DZ52052&p_source=External

Best Regards,
Chris J
0 Kudos
Message 2 of 2
(2,579 Views)