Azure / Azure/Azure-Functions

Isolated process HttpTriggers routes with UrlEncoded values fail

Open
#2,506 0 comments 0 reactions 1 assignee Claimed by @bhagyshricompany View on GitHub
Dominant language
PowerShell
Stars
1.1k
Forks
215
Avg merge
4h 2m
Merged PRs (30d)
1

Description

in c# v4 isolated net8 lts

If i have a route set

Route = /{version}/{culture}/foo/{origin}

and the origin is https://localhost:3000 and encoded to https%3a%2f%2flocalhost%3a3000

this half works locally, as in the function hits the endpoint however the %3a get decoded

however if you upload it to a live azure function it fails the hit the endpoint, although double encoding does work

[stack overflow showing issue](https://stackoverflow.com/questions/78648326/azure-functions-not-accepting-an-url-encoded-value-as-a-query-parameter/78652392?noredirect=1#comment138669550_78652392)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.