-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hi
The example is setting the path to just be "/".
After alot of headscratching, because i could not get the c# example to work, i asked chatgpt(should have done that from the start). it told me that the path was hardcoded.
sb.Append("/\n"); |
it sugested this which seems more robust and works:
sb.Append($"{Request.Method}\n");
sb.Append($"{Request.Path}\n");
Metadata
Metadata
Assignees
Labels
No labels