You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
I was trying to append a number as a http parameters at a url
with data
but this is not working
The text was updated successfully, but these errors were encountered: