Results 1 to 3 of 3

Thread: [RESOLVED] How to know what a websites post request is?

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2008
    Location
    Rep of Ireland
    Posts
    1,380

    Resolved [RESOLVED] How to know what a websites post request is?

    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:

    Code:
    o2Get("https://www.o2online.ie/amserver/UI/Login?org=o2ext&IDToken1=" & u & "&IDToken2=" & p, getAppPath() & "o2login.htm", True, -1)
    It's in VB but the C# code would be the same.

  2. #2
    Frenzied Member Lightning's Avatar
    Join Date
    Oct 2002
    Location
    Eygelshoven
    Posts
    1,611

    Re: How to know what a websites post request is?

    The programmers of the software use software like fiddler
    VB6 & C# (WCF LINQ) mostly


    If you need help with a WPF/WCF question post in the NEW WPF & WCF forum and we will try help the best we can

    My site

    My blog, couding troubles and solutions

    Free online tools

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2008
    Location
    Rep of Ireland
    Posts
    1,380

    Re: How to know what a websites post request is?

    Cheers!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width