Thanks, Dave. I did a similar test but I got different results. I used an ssh tunnel and tcpdump to monitor the request coming from App Engine production and dev server. In both cases, my tweet text was: "Test!'*". This is what I got:
*Request coming from App Engine Production:* POST /home/wizards?status=Test!'*&in_reply_to_status_id= HTTP/1.1 Host: 173.203.209.168 Content-Type: multipart/form-data; boundary=----------bundary------ Authorization: OAuth oauth_version="1.0", oauth_token="41002916-JMWvFP2KG920Gq0pkybnPhhQwTOph7Craz4BUp", oauth_nonce="79779727", oauth_timestamp="1430365200", oauth_signature="8jTYjCYZig8pwfnc6rd1RUdc%3D", oauth_consumer_key="jTkKoDhBrAPGCuOvkBw", oauth_signature_method="HMAC-SHA1" X-Cloud-Trace-Context: ChIJlNDTg-mu4-0RHx_ztO5m71wRzwsjCEJb3XMYAA Content-Length: 110478 Connection: Keep-alive Accept-Encoding: gzip,deflate User-Agent: AppEngine-Google; (+http://code.google.com/appengine; appid: s~crowdc) *Request coming from App Engine Dev Server:* POST /home/wizards?in_reply_to_status_id=&status=Test%21%27%2A HTTP/1.1 Content-Length: 1024214 Accept-Encoding: gzip User-Agent: AppEngine-Google; (+http://code.google.com/appengine) Host: 173.203.209.168 Content-Type: multipart/form-data; boundary=----------bundary------ Authorization: OAuth oauth_token="41002916-JMWvFP2KG920Gq0pkybnPhhQwTOph7Craz4BUp", oauth_timestamp="1430365345", oauth_consumer_key="jTkKoDhBrAPGCuOvkBw", oauth_nonce="01368662", oauth_signature_method="HMAC-SHA1", oauth_version="1.0", oauth_signature="%2B0xFtIJZBBtCsLduLfYA19wY%3D" Looks like requests coming from production are not being encoded with %. Not sure why or how to get around it. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/5d3a5702-098a-401e-8c69-2b4e90c3214b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
