apex/gateway

Reordering query parameters.

Closed this issue · 1 comments

Ideally nothing out there should rely on query parameter ordering, but lots of things do unfortunately, so the request that is build and passed in to the handler should have the original rawquery set.

Looks to be something intrinsic with api gateway, so even if vals.Encode() were not used here, it wouldn't matter.