【发布时间】:2013-08-25 05:59:19
【问题描述】:
我们希望通过检查是否可以通过 shell 脚本登录到应用程序来定期监控 GWT Web 应用程序。
有没有办法使用 wget 将带有 JSON 数据的 http post 请求发送到 GWT servlet?
【问题讨论】:
-
您可能更喜欢使用 curl 而不是 wget,参见例如stackoverflow.com/questions/17050628/send-post-request-wget