-
Notifications
You must be signed in to change notification settings - Fork 321
New issue
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
405 Method Not Allowed #1207
Comments
full output
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Good afternoon
openfortivpn -c /etc/openfortivpn/config
If I understand correctly, the variable name is specified in the request "credential"
username=snd&credential=********25&realm=&ajax=1
but in the browser in the request post the name is different
username: snd
password: xxx25
credentialId:
and in the request form type="password" name='password' but not "credential"
maybe that's why Method Not Allowed ?
The text was updated successfully, but these errors were encountered: