I need to make software for autoregistration on one of the sites. Do this for the first time.
When I try to send a post request with data to the registration page, I get a response error 405, as I understand the error is due to the fact that the request handler page is not indicated on the form of the final page.
The question is how to find where the request goes when the normal (manual) data is sent from the page itself?
Here is the header of the final site form:
<form novalidate="" class="src-components-Form-styles--inline--1wVMU -visor-no-click"> AJAX intercepts? I have not worked with the web for a long time, tell me why in the input
<input type="text" name="firstname" value="" class="c0222 -metrika-nokeys" tabindex="0" id="firstname" data-cerber-id="registration_form::mail::name"> This is indicated by data-cerber-id="registration_form::mail::name" and what role it plays, I often come across this, because the data-cerber-id reserved does not exist, right?