Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Requests not made to downstream web3 provider when host header required #279

Closed
jframe opened this issue Jun 10, 2020 · 0 comments · Fixed by #280
Closed

Requests not made to downstream web3 provider when host header required #279

jframe opened this issue Jun 10, 2020 · 0 comments · Fixed by #280
Assignees
Labels
bug Something isn't working TeamGroot Identifies a given issue is assigned to the Groot Team

Comments

@jframe
Copy link
Contributor

jframe commented Jun 10, 2020

The host header is being passed through from the original request to EthSigner this breaks requests to web3 providers that require virtual host support through the host header.

Fix is to

  • Remove the original host header allow Vertx to set this to the correct value
  • Set the original host value on a x-forwarded-host header
@jframe jframe added bug Something isn't working TeamGroot Identifies a given issue is assigned to the Groot Team labels Jun 10, 2020
@jframe jframe self-assigned this Jun 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working TeamGroot Identifies a given issue is assigned to the Groot Team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant