-
Notifications
You must be signed in to change notification settings - Fork 510
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
When making a call to a URL with an ampersand it replaces the & with & #236
Comments
I have this issue too. |
Do you have a reproducible test case? |
The console will display
Facebook does not have an issue with the ampersand being encoded but it was where I was able to get a URL that had one. The issue occurs internally with files that are in S3 and have signed URLs and AWS does not view the encoded value as valid. |
Thanks @tslape. You can set |
Thank you @hassy, using {{{ url }}} worked to prevent the encoding. It may be useful to add this into the documents in the "Advanced: writing custom logic in Javascript" section. |
Fixed in artilleryio/artillery-core#139 |
While making a call that contains an ampersand in the signed URL from S3, it replaces the & with & amp ; causing a 403 forbidden error.
The URL is being set in a Javascript function afterReponse from the previous call.
The text was updated successfully, but these errors were encountered: