Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 2
    The clientSecret and adminPassword were meant as examples only. Your answer makes me believe it was a bad example. Commented Apr 29, 2024 at 6:01
  • @JonathanScholbach: so, change those things to different information, and my answer remains unchanged. You need to accept different data in the request. HTTP and the routing feature of most web frameworks just aren't built to handle this use case. That means you need to restructure the application to match how HTTP and web frameworks are meant to be used, or admit you've run into an edge case - document it and implement as needed. Commented Apr 29, 2024 at 15:30