Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sending gzipped form data

I've heard how browsers can receive gzipped pages from the server. Can they also gzip form data that they send to the server? And if it's possible, how would I decompress this data on the server?

I'm using AppEngine's webapp module, but a general explanation / pointers to tutorials would be sufficient. I've done some googling to no avail.

like image 949
int3 Avatar asked Dec 17 '22 02:12

int3


1 Answers

Short answer: No.

See: Why can't browser send gzip request?

like image 100
Jason Hall Avatar answered Dec 19 '22 15:12

Jason Hall