I am trying to script a log-in into this website: https://www.trademap.org/Index.aspx
You will require log-in details but just indicate that you are from a developing co
It's not:
requests().post(url, data)
but instead:
requests.post(url, data)