What url you need to log in to and how you can get cookies and download data through JSL login.
Hello everyone!This site requires cookies to download the complete data. How do I get cookies and download data through JSL login?Thanks!VBASub Post()
Dim User_agent, Response_Text, username, password, cookie, json
username = [d1]: password = [f1]
User_agent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36"
Post_data = "return_ur
...