Link to home
Start Free TrialLog in
Avatar of Zoniac
Zoniac

asked on

Can anyone confirm is AJAX request can be sent over HTTPS

Can anyone confirm is AJAX request can be sent over HTTPS if the
containing page is loaded via HTTPS? or is it true that all AJAX
interaction take place via HTTP? (Since the name of the class is
XMLHttpRequest and not XMLHttpsRequest)

ASKER CERTIFIED SOLUTION
Avatar of mbprogrammer
mbprogrammer

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Zoniac
Zoniac

ASKER

Solution partially correct.