Hi all,
I am trying to understand how those texting applications for using webtext know how to construct the post or any other request in code. I have been dontated some code and am looking through it.
For each website it access the requests are hand coded but where does he get them from?
For instance one is this:
It's in VB but the C# code would be the same.Code:o2Get("https://www.o2online.ie/amserver/UI/Login?org=o2ext&IDToken1=" & u & "&IDToken2=" & p, getAppPath() & "o2login.htm", True, -1)


Reply With Quote