Skip to content

Token URL #5

@hwy419

Description

@hwy419

When using a Quicknode server with token in the url of the endpoint, BeaconNodeService injects the token a second time into the calculated endpoint URL.

Endpoint provided to BeaconNodeService: https://{node.endpoint.domain}/{token}/

The outcome of the calculated endpoint looks like this:
GET https://{node.endpoint.domain}/{token}/{token}/+URLEncodedArgs

Should only be:
GET https://{node.endpoint.domain}/{token}/+URLEncodedArgs

My first bug submission! Cheers!

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