in reply to Re: Recieving data in the body
in thread Recieving data in the body
I've used the cgi module to recieve simple data sent in a get or a post. The cgi script that I am writing is just for testing to see if the data is correct.
The spec that I am writing for says the data I send shouldn't be sent as a set of key value pairs, but actually in the body of the message. Maybe I'm misinterpreting what they want sent.
Is there a CGI function that will handle this? Anytime I've ever sent anything to a script(through LWP, etc.) I always have sent key value pairs.