Skip to content

404 status code on services that include a DbId in the call URL #79

Description

@Gabriel-Besombes

Hi, I have started to try this tool today but encountered issues with all services that include a DbId in the call URL. For example : GET /studies/{studyDbId}. I get 404s on all of these.

I am using the docker version.

I believe it could simply be due to URL encoding issues. Our DbIds are URIs so they may contain special characters like ":" or "/". For example : "dev:id/experiment/test" should be encoded in the URL as "http://localhost:8666/rest/brapi/v1/studies/dev%3Aid%2Fexperiment%2Ftest".

This is a bit hard to verify though as the app doesn't tell the user what URL was called, with what parameters or what the complete response was. I can submit a different issue for an improvement if necessary.

PS : BrAPI version 1.3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions