特定 Wicket 组件的 URL
我有一个带有 Wicket 登录表单的网页。我想从其他页面发出 HTTP POST 并能够登录到我的网页。这可以做到吗?
I have a webpage with a Wicket login form. I want to make a HTTP POST from some other page and be able to login onto my webpage. Can this be done?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
嗯,这是可以做到的。 读取 REQUEST (POST & GET) 变量/参数,
您可以使用或
并尝试在页面构造函数中执行登录。您应该使用可添加书签的页面,以便安装它或使其无状态。我不确定我是否首先回答了你的意思。
HTH,
马雷克
Well it can be done. You can read REQUEST (POST & GET) variables/parameters with the
or
and try to perform login in the page constructor. You should use bookmarkable page so mount it or make it stateless. I'm not sure if I answered what you meant in the first place.
HTH,
Marek