Trying to connect to ASPX site using CURL?

后端 未结 3 2033
醉话见心
醉话见心 2021-02-03 12:08

I am trying to log into this url:

http://www.kalahari.com/marketplace/default.aspx

The two fields that are being submitted are labelled:

<
3条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-03 12:37

    This is a most likely a CRSF token. You will have the call the page then use the value returned in your logon request. DropBox uses a similar process. If you grab the dropbox uploader script from https://github.com/jakajancar/DropboxUploader/ you can see how it does this.

提交回复
热议问题