Skip to content

Generated Curl output doesn't escape double quotes on headers (possibly on everything) #101

Closed
@Draiken

Description

@Draiken

Eg. Token authentication header

header "Authorization", ActionController::HttpAuthentication::Token.encode_credentials("mytoken")

Generated curl:

curl "http://somehost/someurl" -X GET \
-H "Authorization: Token token="mytoken""

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