-
Notifications
You must be signed in to change notification settings - Fork 7
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
Method not allowed #13
Comments
Could you provide the curl command that reproduce this problem? |
Most likely not that particular one because it happens in a browser on Android so I can't see the exact network traffic. I can only see the log output from flydav. I can try to reproduce the same setup on Windows and see what happens. But I guess that has been used successfully already. |
Thanks for the feedback. I think I should try this on an Android device later. |
I ran the server in Termux and used Firefox Dev to connect to the URL displayed when the server started. |
Just for a quick test, I've run
./flydav
in Termux and tried to connect to the displayed URL with a browser. Immediately, I got "Method not allowed" message.Any help?
The method is GET.
Also, I'm getting errors from JS, which tries to check if the server is alive by running Options request. I wonder if this fails due to CORS and will check that separately.
The text was updated successfully, but these errors were encountered: