-
Notifications
You must be signed in to change notification settings - Fork 840
CORS enabled on ping service #3945
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
Comments
'This issue is marked as Stale due to inactivity for more than 30 days. To avoid being marked as 'stale' please add 'awaiting-maintainer' label or add a comment. Thank you for your contributions ' |
🤔 on one hand, I'm wondering if we should do this... on the other, it feels like this should maybe be something a proxy or load balancer does? Not sure. 🤔 |
'This issue is marked as Stale due to inactivity for more than 30 days. To avoid being marked as 'stale' please add 'awaiting-maintainer' label or add a comment. Thank you for your contributions ' |
i my case, to overcome cors issue, i had to put a load balancer just for ping service over every regional cluster. |
How else where you exposing the ping service, if not without a LB? |
i forgot it what exactly happened, but i had to setup extra nginx on top of provider LB to solve cors. Maybe it was issue with cloud provider. |
Seems like a small fix to implement. Would love a PR. |
'This issue is marked as Stale due to inactivity for more than 30 days. To avoid being marked as 'stale' please add 'awaiting-maintainer' label or add a comment. Thank you for your contributions ' |
It seems you're facing a CORS issue when checking the ping service. I didn’t encounter this issue myself. Checkout this docs: Agones Ping Service HTTP Docs
@Orgil Could you please provide more details about the error you're facing? |
@0xaravindh as i remember, issue was related with browser, i called ping service from the browser. Browser requires SSL, so i had to setup load balancer as reverse proxy for terminating ssl. Issue rise if you put ping service behind reverse proxy, i guess. |
Is your feature request related to a problem? Please describe.
checking ping from browser raises CORS issue.
Describe the solution you'd like
Enable CORS on ping service
The text was updated successfully, but these errors were encountered: