Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replaces single quotes in curl content with '%27', does not add the 'user-agent' header #11

Merged
merged 4 commits into from
Jun 29, 2024

Conversation

Varun0157
Copy link
Collaborator

  • replaces single quotes in the headers, body, and url with '%27', before surrounding the content in single quotes
  • ignores the "user-agent" header, to allow cURL to add its own user-agent header.

@Varun0157 Varun0157 requested a review from vasan-agrostar June 16, 2024 15:33
@Varun0157 Varun0157 linked an issue Jun 16, 2024 that may be closed by this pull request
@vasansr vasansr merged commit 7542632 into main Jun 29, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

quotes have to be escaped in "Show Curl" output
2 participants