#anshul-farkya_webhooks
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1370375676225650771
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐ happy to help
looking into this
it seems that https://panelapi.igp.com/v1/postback/stripe is no longer accessible and is returning a 401 Unauthorized response
have you changed anything in your infrastructure?
No changes have been made.
are you giving access to this endpoint https://panelapi.igp.com/v1/postback/stripe based on IP addresses?
No, we have not whitelisted any IPs.
have you added an authentication guard?
you need to dig into what changed on your end, it could be a simple misconfiguration or something in the code that changed the way this endpoint is open to the public
401 Unauthorized responses are generally a way to block unwanted traffic... and your server is considering any requests coming to this endpoint https://panelapi.igp.com/v1/postback/stripe as an "unwanted traffic"
Yes, we have implemented an authentication mechanism. I will check with our infra team as well. Thank you for your quick help!
sure thing, let me know if you need any more help