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

Numbers can not be appended as http request to urls #945

Closed
matteo-cristino opened this issue Oct 9, 2024 · 0 comments · Fixed by #951
Closed

Numbers can not be appended as http request to urls #945

matteo-cristino opened this issue Oct 9, 2024 · 0 comments · Fixed by #951
Labels

Comments

@matteo-cristino
Copy link
Collaborator

I was trying to append a number as a http parameters at a url

Scenario 'http': compose url

Given I have a 'number' named 'id'

When I create the url from 'redirect'
When I append the percent encoding of 'id' as http request to 'url'

Then print the 'url'

with data

{
	"id": 6,
	"redirect": "https://example.org"
}

but this is not working

[!] [source 'zencode_http']:172: Cannot append http request that are not strings: id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant