Skip to content

Instantly share code, notes, and snippets.

@0m3r
Created March 7, 2014 14:01
Show Gist options
  • Save 0m3r/9412025 to your computer and use it in GitHub Desktop.
Save 0m3r/9412025 to your computer and use it in GitHub Desktop.
ajaxpro uenc fix
request.url = request.url.replace(/\/uenc\/[a-zA-Z0-9,]+\//, '/');
@rommmka
Copy link

rommmka commented Mar 26, 2014

  1. Go to ajaxpro.js
  2. Insert following code after request.url = request.url.replace(/^(http:|https:)/, window.location.protocol);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment