Is is possible to login to a form thats created with flash? If so could someone show me an example to this login https://www.siriusxm.com/player/
Is is possible to login to a form thats created with flash? If so
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The login happends in the server side.
Meaning: you need a script that sends the credencials to the server side: in this case
https://www.siriusxm.com/userservices/authentication/en-us/xml/user/login
You have some work to do in order to reverse engineer the proccess.
BTW, the flash sends the credencials like that:
That is from analyzing the AJAX request via the browser.