Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have a direct cable broadband internet connection in my PC. Direct means I do not required a modem, the cable line is directly connected to my PC. Each time I access my internet connection, I have to visit a fixed address (something like http://IP:port/ABDC/Login.jsp) in my web browser and provide username and password to connect to internet.

Is it possible to built a desktop application using vb.net/c#.net to do this without using a web browser each time I connect to internet?
Posted
Comments
Richard MacCutchan 20-Dec-14 11:13am    
This sounds like a question for your broadband provider.
Tamonash Gupta 21-Dec-14 0:18am    
Sorry, I don't understand. Why is that? Am I missing something?
Richard MacCutchan 21-Dec-14 2:50am    
I mean you need to talk to the administrators at your internet provider service, as any desktop app will need to follow the correct processes for login.
Tamonash Gupta 21-Dec-14 23:28pm    
OK, I'll keep that in mind.
But I think the question I am asking is wrong. What I really need to know now that how can I send a HTTP POST Request/Data to a JSP Login-Page from a .NET Desktop Application.
If can do this then I can send my username/password to the login script. How about that?
Richard MacCutchan 22-Dec-14 4:32am    

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900