Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是我的问题。我有一个 IP 为 192.168.80.180 的站点。我想用firefox打开它。同时向其发送 POST 请求以登录。所以我不需要在网页中输入用户名和密码,当firefox启动时,它会直接登录到网站。我的平台是Linux。请给我一些想法。
更新:具体来说,如何与firefox通信,并让它加载某个URL,它是一个动态页面。
检查这个:
http://linux.about.com/od/commands/l/blcmdl1_curl.htm
curl 允许您在任何网站上进行请求。