dapr / docs

Dapr user documentation, used to build docs.dapr.io
https://docs.dapr.io
Creative Commons Attribution 4.0 International
987 stars 715 forks source link

Service invocation supports passing of query strings/fragments in URL #4217

Closed WhitWaldo closed 1 week ago

WhitWaldo commented 1 week ago

Thank you for helping make the Dapr documentation better!

Please follow this checklist before submitting:

In addition, please fill out the following to help reviewers understand this pull request:

Description

This PR seeks to supplement the service invocation documentation to clarify that a query string and fragment can be passed within the URL and Dapr will pass it through unchanged. I couldn't find this documentation otherwise documented anywhere except as a single test case in the .NET SDK

Issue reference

https://github.com/dapr/dotnet-sdk/issues/1303

WhitWaldo commented 1 week ago

@hhunter-ms This PR has no dependency on the C# SDK PR I also created this morning as it's just sharing general guidance around the fact that the capability is there by default (where it's not presently called out).