bug: legacy adapter scrambles URLs with query parameters #1988
Labels
bug
Something isn't working
E:3.1 Driver Colocation
See https://github.com/cowprotocol/pm/issues/14 for details
Problem
When configuring an endpoint URL that contains query parameters (e.g. an API key) in the legacy config.toml file the requests will be made to a scrambled version of that URL.
Impact
This caused requests to the SeaSolver being sent to the wrong endpoint and effectively disabled it for a while as a solver.
To reproduce
playground example highlighting what's going wrong in our code
Expected behaviour
You should be able to configure an endpoint URL with query parameters and the requests should be made to that exact URL.
The text was updated successfully, but these errors were encountered: