Skip to content

URL Encode leaving URL in tact #20

@chrisspiegl

Description

@chrisspiegl

I'd love to see an addition to make it so that I can encode a url but leave the URL part working.

Example:

https://PushNotice.chat/api/v1/chatnotice/?idChat=xxxx&secret=xxxxx&level=info&namespace=xxxxx&env=production&text=My message goes here&email=chris@notmyemail.com

This should be turned into somthing like this:

https://PushNotice.chat/api/v1/chatnotice/?idChat=xxxx&secret=xxxxx&level=info&namespace=xxxxx&env=production&text=My+message+goes+here&email=chris%40notmyemail.com

Would that be possible?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions