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

403 when registering a Home URL #209

Open
KevinBoske opened this issue Oct 24, 2022 · 3 comments
Open

403 when registering a Home URL #209

KevinBoske opened this issue Oct 24, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@KevinBoske
Copy link

I see a 403 with the home page (https://sagebionetworks.org/) returning a 403, even though it is publicly available and returns correctly for a browser.

I am unable to register.

@mihai-sysbio
Copy link

@KevinBoske I've had that issue as well with Metabolic Atlas, but it turned out Cloudfare was in fact blocking the request, since we could see it in the blocked requests panel. Are you sure that's not facing a similar situation?

@renatocjn renatocjn added the bug Something isn't working label Jan 5, 2023
@renatocjn
Copy link
Member

Hi @KevinBoske,
Sorry for the delay here, I was trying to find the error on our side but I'm not sure what it can be. This validation occurs on the backend and I'm able to acquire 200 response code with curl from the container running the server.

It may be as @mihai-sysbio says and there may be a block somewhere on the way to your website. Are you able to check? If this is not the case, I will have to debug the java code.

@mihai-sysbio
Copy link

Just to clarify, "returns correctly for a browser" is exactly what happened with Metabolic Atlas. However, the webserver was trusting the local IP, and was thus serving the page. When the request came from Identifiers.org via some IP in Netherlands (or Belgium?), that IP was not trusted and the request was blocked. So, a publicly accessible link doesn't necessarily make it equally accessible to all clients.

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

3 participants