Tag: HTTP

  • Testing HTTP Requests

    Lots of projects now use http to communicate with other modules, and it is not very convenient to test without a sniffer (and even so, when using https, you’ll unlikely get anything usable). So I started to write several test pages. So if you want to make sure your app is accessing/sending/receiving what you expect,…