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
{{ message }}
This repository was archived by the owner on Dec 25, 2019. It is now read-only.
"application/x-www-form-urlencoded;charset=UTF-8" is not treated as post request, simple-http cannot get values.
in RequestExtensions.Form.cs, we only treat ContentType == "application/x-www-form-urlencoded" as a valid post request, maybe we can use IndexOf method to decide?
"application/x-www-form-urlencoded;charset=UTF-8" is not treated as post request, simple-http cannot get values.
in RequestExtensions.Form.cs, we only treat ContentType == "application/x-www-form-urlencoded" as a valid post request, maybe we can use IndexOf method to decide?