
Solution
Open Developer Tools ->Elements Tab
Type of request
In the screenshot above – line 1 – you can see the method is POST
Magic number
In the screenshot above, line 11, look at the value attribute
there is a hidden input field with value generated by the inline JavaScript code.
Check value of value attribute of that input, it is the required answer.
Leave a Reply