在通过Http Post方法(idhttp)发布表单后,我从asp.net站点收到此消息“对象引用未设置为对象的实例”,但如果我通过浏览器提交,则不会遇到此消息。为什么?我比较参数,没有差异。
我收到了回复文字:
<html><center>Object reference not set to an instance of an object</center></html>
而不是:
<html><center>Congratulations!</center></html>
答案 0 :(得分:0)
最后,我发现了问题,这很难,因为我不是网站的所有者。我专注于身体,忘了网站需要一个丢失的标题。谢谢所有温柔的男人:)