prysmaticlabs/prysm

Validator Client in REST mode should not drop URL query strings

james-prysm opened this issue ยท 0 comments

๐Ÿ’Ž Issue

Background

a user wasn't able to include GCP API_KEYS in the URL due to

  1. prysm dropping the query strings from URLs https://github.com/prysmaticlabs/prysm/blob/develop/api/client/client.go#L64
  2. prysm not allowing custom headers for validator client API calls

Solution

Ideally we either allow for query strings or maybe allow custom headers for API calls?