
13 May
2018
13 May
'18
8:36 p.m.
On 2018-05-13 12:57 AM, William Park via talk wrote:
Any of that look useful?
What does URL look like, when sending those 16 integers?
Or, has Web/CGI evolved to a point where you just include JSON content in POST method, and javascript handles the magic behind the scene?
I'm using PUT, but POST would be the same - the URL in my Django application is just a restful endpoint at /save. I don't know how Perl & CGI handle PUT/POST data that isn't a form field or URL parameter, but this link looks useful: https://stackoverflow.com/questions/19610312/perl-cgi-passing-variable-in-po... Cheers, Jamon