Hi. Why LOAD helper does not work when my browser url is set at http://someapp.appspot.com/app, while my ajax request url is https://someapp.appspot.com/app/user.load/login?
{{=LOAD(ajax=True, target='target1', url='https://someapp.appspot.com/
app/user.load/login')}}
but when everything goes over https it works.

