1
If I access my application by https:// in the GAE, it is automatically served by SPDY for compatible browsers. That’s good. But I wanted to know if I can disable this behavior and use HTTPS with 1.1 even normal. Any header or configuration I can do?
To be clear, I’m asking you to disable on the server, for all clients, not in my browser.
Thanks for trying, but my question was about disabling SPDY on the server, not in the browser. In browser ok, it’s easy, I do it here. But I wanted to disable all the clients, not just me.
– Sérgio Lopes