Url 尽管登录有效,但令牌无效

Url 尽管登录有效,但令牌无效,url,token,Url,Token,我正在我的浏览器中写入此URL: https://landfill.bugzilla.org/bugzilla-tip/post_bug.cgi?Bugzilla_login=mymail@hotmail.com&Bugzilla_password=password&product=WorldControl&version=1.0&component=WeatherControl&rep_platform=All&op_sys=All&pr

我正在我的浏览器中写入此URL:

https://landfill.bugzilla.org/bugzilla-tip/post_bug.cgi?Bugzilla_login=mymail@hotmail.com&Bugzilla_password=password&product=WorldControl&version=1.0&component=WeatherControl&rep_platform=All&op_sys=All&priority=P2&bug_severity=normal&target_milestone=World%202.0&bug_status=CONFIRMED&assigned_to=somemail@hotmail.com&short_desc=bla&form_name=enter_bug&token=someToken
或更干净:

https://landfill.bugzilla.org/bugzilla-tip/post_bug.cgi
?Bugzilla_login=mymail@hotmail.com
&Bugzilla_password=password
&product=WorldControl
&version=1.0
&component=WeatherControl
&rep_platform=All
&op_sys=All
&priority=P2
&bug_severity=normal
&target_milestone=World%202.0
&bug_status=CONFIRMED
&assigned_to=somemail@hotmail.com
&short_desc=bla
&form_name=enter_bug
&token=someToken
回复页面上说: 在处理“post_bug.cgi”脚本时,您没有创建错误操作的有效令牌


为什么??我的令牌很棒。

问题是参数不应该在URL中。这不是GET方法。

您的令牌是someToken吗?你生命中的最后一个参数URL@JuriGlass当然不是。是一些数字。