cannot load special url with query argument
Closed this issue · 1 comments
chinavane commented
The plugin can load this image file,but can't load the url with argument.why?
http://ophkybhhb.bkt.clouddn.com/032e7596d4e7ed5cae43f9bd7215f93b2c801156.png
billmalarky commented
The second url contains a | character.
This is an invalid url character. It will need to be encoded in order to be valid.
I suggest using encodeURIComponent() on the query parameter to achieve this.