I am trying to use the UAPI API for a small project of mine. Specifically, I am using the Session:create_webmail_session_for_self
this function has both GET and POST requests. Initially I send the GET request and then parse the data and then send a POST request. I get back the URL which looks like
"https://example.com:2096/cpsess6972.../index.html?login=1&post_login=89484517050776 "
but when I paste this link on my web-browser, it again asks for the password. what is it that i am doing wrong?
this function has both GET and POST requests. Initially I send the GET request and then parse the data and then send a POST request. I get back the URL which looks like
"https://example.com:2096/cpsess6972.../index.html?login=1&post_login=89484517050776 "
but when I paste this link on my web-browser, it again asks for the password. what is it that i am doing wrong?