Binary Post Reverse-Echo Test
This test application is supposed to do a http POST, with all bytes in reverse order as the body of the request, to your localhost's port 12345.
- start listening with ncat -l 12345 (or netcat -l 12345)
- click
- look at ncat output to experience some http headers followed by all bytes in reverse order