Which cordis libraries/services are you facing this issue in?:
@cordis/rest
Please describe the problem you are having in as much detail as possible:
Quite simply, subsequent requests can end up preserving route information from previously made requests. The fix is to make method mutable and to reset it before calling rest.make
Further details:
@cordis/rest version: 0.3.0
Node.js version: 16.2.0
Operating system: Linux Alpine under Docker
Priority this issue should have – please be realistic and elaborate if possible: high
Which cordis libraries/services are you facing this issue in?:
@cordis/rest
Please describe the problem you are having in as much detail as possible: Quite simply, subsequent requests can end up preserving route information from previously made requests. The fix is to make
method
mutable and to reset it before callingrest.make
Further details:
@cordis/rest
version: 0.3.0