Skip to content

c# webhook verification path #52

@NielsRavn

Description

@NielsRavn

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.

it sugested this which seems more robust and works:

        sb.Append($"{Request.Method}\n");
        sb.Append($"{Request.Path}\n");

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions