Skip to content

guides: use of GET method in echo server #1480

Description

@bneevan

Echo Server code in Anatomy of an http transaction uses GET method to handle the request. But this cannot work since any additional data in the request (eg: /echo?hello) will change the route and return a 404 response.

To handle this data processing and routing properly we should use the POST method.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions