POSTing to the internet from a plugin... How do you do it?

Discussion in 'Plugin Development' started by RjSowden, Apr 28, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    RjSowden

    I have an idea for a plugin but it requires running a HTML POST on a website then getting feedback. While I have no problem doing that in java, the problem arises when servers running from paid server racks attempt to try and do it. Port 80 is blocked on most large gaming servers and so my POSTs are blocked. But plenty of other plugins must do this or a variation in order to check for updates, update a database ect... So how is it done? Thanks!
     
  2. Offline

    IcyRelic

  3. Offline

    Whisk

    Well, in my experience, I have never seen port 80 be blocked. And, in a lot of cases, you can just unblock that port via SSH, which is provided from many providers.
     
  4. Offline

    RjSowden

    Clanforge definitely blocks port 80 and I bet where there's one there's more.
     
Thread Status:
Not open for further replies.

Share This Page