Hi everyone,
I have a program that is supposed to interact with a web server and retrieve a file containing structured data using http and cgi. I have a couple questions:
- The cgi script on the server needs to specify a body right? What should the content-type be?
- Should I be using POST or GET?
- Could anyone tell me a good resource for reading about HTTP?
Thanks!