You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RFC-2616 section 4.1 says that the HTTP header is dynamic length until an empty newline with "".
In other words, this is not a correct way to fetch the user posted data in HTTP body.