Skip to content
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

401 Authorization Required when using Nginx Overrides #221

Open
steled opened this issue Dec 28, 2024 · 0 comments
Open

401 Authorization Required when using Nginx Overrides #221

steled opened this issue Dec 28, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@steled
Copy link
Contributor

steled commented Dec 28, 2024

🪲 Describe the bug
When I enable the Nginx Overrides I'm getting the response 401 Authorization Required

💡 Screenshots and Logs

$ curl -k -X POST -F "body=Test Message" -F "tags=all" https://<DOMAIN>/notify/<KEY>
<html>
<head><title>401 Authorization Required</title></head>
<body>
<center><h1>401 Authorization Required</h1></center>
<hr><center>nginx</center>
</body>
</html>

💻 Your System Details:

  • OS: Ubuntu 24.04
  • using the Kubernetes deployment with apprise 1.1.6

🔮 Additional context

  • just add the Nginx Overrides and try to send a message via cURL

Is it possible to add a token for authentication or should I just deactivate the overrides?

@steled steled added the bug Something isn't working label Dec 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant