I have been playing around with http post requests for the last 2 day trying to speed up my templates. I have finally figured out how to login to an account, use regex to get the cookie from the header and then reuse the cookie in another http post submission to submit data. But, I am having a problem I can't figure out...
I'm not sure what the cause of this would be, but I noticed when using proxies and trying to submit a large amount of data, it seems to be limiting me to send no more than 1,000 content-length. I get a 403 error when I try to submit anything more than 1,000 content-length. When I disable using proxies for the http post, it lets me submit as much as I want?
I notice the headers show http/1.0 when I am using the proxy and http/1.1 when I am not using proxies?
Does this make sense to anyone?
Does anyone have any ideas?
Thanks!
I'm not sure what the cause of this would be, but I noticed when using proxies and trying to submit a large amount of data, it seems to be limiting me to send no more than 1,000 content-length. I get a 403 error when I try to submit anything more than 1,000 content-length. When I disable using proxies for the http post, it lets me submit as much as I want?
I notice the headers show http/1.0 when I am using the proxy and http/1.1 when I am not using proxies?
Does this make sense to anyone?
Does anyone have any ideas?
Thanks!