M
MajorTom
Hello group
I have a winforms client application. The customer now wants to have access
to information that is on a web page via https.
We have all the necessary account and password, but the problem is when we
need to confirm some data, the user have to leave his application go to the
web site enter the password and read the result and then confirm the
information.
What I want to do is all the manual steps of getting to the web site and get
the information at run time from the main application.
The main application is a c# winform, I have some classes to get the
response from a http but the page have a button and I don't know how to
analyze what is happening.
Is there a way to analyze what is doing when the user click the bottom from
the web page, and of couse the way to simulate that action from the main
application.
It's obvious that I don't have any experience with http protocol, and sorry
for my English to.
Thanks for your help
MajorTom
PD: I cross posting to 2 different group because I not sure where it's have
to go.
I have a winforms client application. The customer now wants to have access
to information that is on a web page via https.
We have all the necessary account and password, but the problem is when we
need to confirm some data, the user have to leave his application go to the
web site enter the password and read the result and then confirm the
information.
What I want to do is all the manual steps of getting to the web site and get
the information at run time from the main application.
The main application is a c# winform, I have some classes to get the
response from a http but the page have a button and I don't know how to
analyze what is happening.
Is there a way to analyze what is doing when the user click the bottom from
the web page, and of couse the way to simulate that action from the main
application.
It's obvious that I don't have any experience with http protocol, and sorry
for my English to.
Thanks for your help
MajorTom
PD: I cross posting to 2 different group because I not sure where it's have
to go.