You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using AutoRest 2.0.4245, I noticed that “path” parameters are URL encoded differently in Java than in C# (Swagger below). In Java, “dir/file” is encoded as “dir%2Ffile”. In C#, it is encoded as “dir/file”. I like the way C# encodes paths and would like URL encoding to be consistent across the languages.
Using AutoRest 2.0.4245, I noticed that “path” parameters are URL encoded differently in Java than in C# (Swagger below). In Java, “dir/file” is encoded as “dir%2Ffile”. In C#, it is encoded as “dir/file”. I like the way C# encodes paths and would like URL encoding to be consistent across the languages.