After the latest axios upgrade from 0.27.2 to 1.6.0 for URLs with ? but no params the ? character is omitted and we get a situation that we are signing https://path/to/somwehere? but sending the request to https://path/to/somewhere, resulting with a signing error
Type of change
[x] Bug fix (non-breaking change which fixes an issue)
How Has This Been Tested?
[x] Locally tested against Fireblocks API
Checklist:
[x] I have performed a self-review of my own code
[x] Any dependent changes have been merged and published in downstream modules
Pull Request Description
After the latest
axios
upgrade from 0.27.2 to 1.6.0 for URLs with?
but no params the?
character is omitted and we get a situation that we are signinghttps://path/to/somwehere?
but sending the request tohttps://path/to/somewhere
, resulting with a signing errorType of change
How Has This Been Tested?
Checklist: