Click here to Skip to main content
15,896,154 members
Home / Discussions / C#
   

C#

 
AnswerRe: Restart router Pin
SeMartens16-Dec-08 1:42
SeMartens16-Dec-08 1:42 
AnswerRe: Restart router Pin
Simon P Stevens16-Dec-08 1:42
Simon P Stevens16-Dec-08 1:42 
GeneralRe: Restart router Pin
Xmen Real 16-Dec-08 1:50
professional Xmen Real 16-Dec-08 1:50 
GeneralRe: Restart router Pin
Simon P Stevens16-Dec-08 2:43
Simon P Stevens16-Dec-08 2:43 
GeneralRe: Restart router [modified] Pin
Xmen Real 16-Dec-08 3:28
professional Xmen Real 16-Dec-08 3:28 
GeneralRe: Restart router Pin
User 665816-Dec-08 3:39
User 665816-Dec-08 3:39 
GeneralRe: Restart router Pin
Xmen Real 16-Dec-08 4:16
professional Xmen Real 16-Dec-08 4:16 
GeneralRe: Restart router Pin
Simon P Stevens16-Dec-08 3:52
Simon P Stevens16-Dec-08 3:52 
Well now you have the full details of the request that can be used to restart the router. Like Greeeg said, it's probably just some form of HTML post message. Take a look at the message and look at the details.

The log-in is probably some form of https authentication. Again, if you look at the requests with fiddler you should be able to work it out. (If it is https, don't forget all the data is encrypted, so it will just look like random strings).

You can use WebRequest.Create() and the HttpWebRequest[^] class to create and send your requests to the routers 'web server'. Then populate the request object with any required details that you have discovered by logging the real request with fiddler.

Simon

GeneralRe: Restart router Pin
Xmen Real 16-Dec-08 4:20
professional Xmen Real 16-Dec-08 4:20 
GeneralRe: Restart router Pin
Xmen Real 16-Dec-08 5:03
professional Xmen Real 16-Dec-08 5:03 
QuestionSQL Server 2008 Connection Problem Pin
musefan16-Dec-08 1:06
musefan16-Dec-08 1:06 
AnswerRe: SQL Server 2008 Connection Problem Pin
SeMartens16-Dec-08 1:45
SeMartens16-Dec-08 1:45 
AnswerRe: SQL Server 2008 Connection Problem Pin
musefan16-Dec-08 2:00
musefan16-Dec-08 2:00 
GeneralRe: SQL Server 2008 Connection Problem Pin
Charith Jayasundara16-Dec-08 2:49
Charith Jayasundara16-Dec-08 2:49 
GeneralRe: SQL Server 2008 Connection Problem Pin
musefan16-Dec-08 3:28
musefan16-Dec-08 3:28 
AnswerRe: SQL Server 2008 Connection Problem Pin
Wendelius16-Dec-08 6:25
mentorWendelius16-Dec-08 6:25 
GeneralRe: SQL Server 2008 Connection Problem Pin
musefan17-Dec-08 0:25
musefan17-Dec-08 0:25 
GeneralRe: SQL Server 2008 Connection Problem Pin
Wendelius17-Dec-08 5:55
mentorWendelius17-Dec-08 5:55 
AnswerRe: SQL Server 2008 Connection Problem Pin
musefan17-Dec-08 7:52
musefan17-Dec-08 7:52 
QuestionDebugging gone crazy Pin
il_manti16-Dec-08 0:14
il_manti16-Dec-08 0:14 
AnswerRe: Debugging gone crazy Pin
Charith Jayasundara16-Dec-08 0:33
Charith Jayasundara16-Dec-08 0:33 
GeneralRe: Debugging gone crazy Pin
il_manti16-Dec-08 0:52
il_manti16-Dec-08 0:52 
GeneralRe: Debugging gone crazy Pin
Paddy Boyd16-Dec-08 2:53
Paddy Boyd16-Dec-08 2:53 
AnswerRe: Debugging gone crazy Pin
Le centriste16-Dec-08 2:32
Le centriste16-Dec-08 2:32 
QuestionWhat is the Best one ? Thread.Sleep() OR Timer Pin
Charith Jayasundara16-Dec-08 0:08
Charith Jayasundara16-Dec-08 0:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.