Sending http request to a webserver

Discussion in 'Plugin Development' started by Martindoo, Sep 13, 2013.

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

    Martindoo

    Hi there,

    I have been working on a plugin which can be a really big and useful plugin for many server admins. There is one thing I don't know if it is allowed.

    The plugin sends a http request to a webserver. This request contains information when an op uses the plugins command.

    Here's my question: is it allowed within a plugin to send a http request to a website?
     
  2. Offline

    tommycake50

    Yes, of course many plugins do, the list of disallowed things is very very limited.
     
  3. Offline

    The_Doctor_123

    Yeah, you'll have to work with Sockets and stuff. I'm not the best with networking, so just wait for someone else to come by.
     
  4. Offline

    Martindoo

    I already have a class ready for that. But thanks for the info.
     
Thread Status:
Not open for further replies.

Share This Page