- Issue created by @victonator
When using absolute URL's the module tries to push an insecure URL in the history state which triggers a browser error.
Use absolute URL's when using ajax_wrapper.
Push new request onto the requeststack after generating the URL. The new request is insecure (uses HTTP) which results in the generated URL being insecure.
Active
2.0
Code