I see you use single qoutes in the url, those will not work.
make sure the results of your data url looks like something as:
site.com?option=something&scale=1
and not like
site.com?option='something'&scale='1'
Just remove the single qoutes stuff
Also, it might be a good idea to give your request a tag, and use that tag with the on completed trigger too.