I am trying to "force" app engine to serve Content-Length instead of Transfer-Encoding but I can't figure it out.
I have a Node Express app running on flex engine.
I am trying to "force" app engine to serve Content-Length instead of Transfer-Encoding but I can't figure it out.
I have a Node Express app running on flex engine.
Copyright © 2021 Jogjafile Inc.
It seems that setting
Content-Typeastext/jsonhas "fixed" the problem - App engine sets theContent-Lengthheader property.