Using a Ruby script to login to a website via https

后端 未结 3 1927
醉梦人生
醉梦人生 2021-01-30 09:28

Alright, so here\'s the dealio: I\'m working on a Ruby app that\'ll take data from a website, and aggregate that data into an XML file.

The website I need to take data f

3条回答
  •  孤城傲影
    2021-01-30 10:01

    You can try use wget to fetch the page. You can analyse login process with this app www.portswigger.net/proxy/.

提交回复
热议问题