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!
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!