Hi all
Can anyone please help on this?
I am trying to do design a webportal using this authentification

jQuery(document).ready(function() {

  $.post( base + "dhis-web-commons-security/login.action?authOnly=true", {

      j_username: "admin", j_password: "district"

    }

  );

});

I add the hosted url in cors whitelist  but still get the same issue , so I
am choosing to add *crossdomain : true.*


How add *it* in this code?

Best reagrds.


Hakim DJIBRIL
IT advisor.
_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to     : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp

Reply via email to