1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Sponsors - POST or GET?

Discussion in 'Code Snippets and Tutorials' started by steinn, Oct 5, 2009.

  1. steinn

    steinn Level I

    Joined:
    Jun 13, 2009
    Messages:
    105
    Likes Received:
    11
    Location:
    Brazil
    If ´m doing a xmlhhtprequest, what´s the best way to do the connection?
    Using post or get?

    In wich page the script should act?
    I was thinking in:
    www.neopets.com/games/arcade_more.phtml?cat=sponsor

    If neopets check the reffer, the´ll see that cames from their site...

    So, what´s your opinion about the questions?
    Thanks.
     
  2. Zer0

    Zer0 Level IV

    Joined:
    Mar 2, 2008
    Messages:
    3,037
    Likes Received:
    180
    Location:
    Home sweet home
    You can't just pick and choose. You have to either use POST or GET depending on the type of request the form uses.
    Check to see what type it is by using a packet sniffer or something. I recommend TamperData.
     
  3. steinn

    steinn Level I

    Joined:
    Jun 13, 2009
    Messages:
    105
    Likes Received:
    11
    Location:
    Brazil
    Yeah, but i have to click in a link from neopets and see what´s the method.
    I don´t know where i find links sponsors for i click.

    Wich method are used in programs from downloads section:?
     
  4. Zer0

    Zer0 Level IV

    Joined:
    Mar 2, 2008
    Messages:
    3,037
    Likes Received:
    180
    Location:
    Home sweet home
    Oh I see... Well if you look in the HTML code, you can tell if its a GET or POST.
    Direct links are GETs, while button clicks are usually POSTs. Read up on HTML forms and the "method" attribute.
     
  5. steinn

    steinn Level I

    Joined:
    Jun 13, 2009
    Messages:
    105
    Likes Received:
    11
    Location:
    Brazil