We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It is not possible to login after registration I got 500 status code
Request to register:
curl 'https://movieapp-angular.azurewebsites.net/api/user/' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: ru-RU,ru;q=0.9' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Cookie: ARRAffinity=22a7daa836b64a8ce56c907737553d08297ff2e76cd06a1f52c29956b9a85c17; ARRAffinitySameSite=22a7daa836b64a8ce56c907737553d08297ff2e76cd06a1f52c29956b9a85c17' \ -H 'Origin: https://movieapp-angular.azurewebsites.net' \ -H 'Pragma: no-cache' \ -H 'Referer: https://movieapp-angular.azurewebsites.net/register' \ -H 'Sec-Fetch-Dest: empty' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Google Chrome";v="131", "Chromium";v="131", "Not_A Brand";v="24"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --data-raw '{"firstName":"ggg","lastName":"ggg","userName":"ggg","password":"G1111111z","confirmPassword":"G1111111z","gender":"Male"}'
Request to login:
curl 'https://movieapp-angular.azurewebsites.net/api/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: ru-RU,ru;q=0.9' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Cookie: ARRAffinity=22a7daa836b64a8ce56c907737553d08297ff2e76cd06a1f52c29956b9a85c17; ARRAffinitySameSite=22a7daa836b64a8ce56c907737553d08297ff2e76cd06a1f52c29956b9a85c17' \ -H 'Origin: https://movieapp-angular.azurewebsites.net' \ -H 'Pragma: no-cache' \ -H 'Referer: https://movieapp-angular.azurewebsites.net/login' \ -H 'Sec-Fetch-Dest: empty' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Google Chrome";v="131", "Chromium";v="131", "Not_A Brand";v="24"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --data-raw '{"username":"ggg","password":"G1111111z"}'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It is not possible to login after registration
I got 500 status code
Request to register:
Request to login:
The text was updated successfully, but these errors were encountered: