GetRequest 发布参数查询字符串 C#
如何获取发布到页面的当前请求的请求参数?
示例
外部应用程序将以下查询字符串 username=abc&password=123 发布到 mypage1.aspx
mypage1 如何获取发布到其中的查询字符串?
How to get request argument of current request posted to a page?
example
External application post the following query string username=abc&password=123 to mypage1.aspx
How does mypage1 get the query string posted into it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
顺便说一句,在 url 中发布纯文本密码是危险的。
btw, posting plain text password in url is dangerous.