Getting Started wth iControl and AJAX
Ever wondered how you could bring the power of iControl to your browser? A little AJAX (Asynchronous Javascript and XML) magic and you'll be well on your way to building a real-time web-based managem...
Published May 12, 2008
Version 1.0Lori_MacVittie
Employee
Joined October 17, 2006
Lori_MacVittie
Employee
Joined October 17, 2006
Lori_MacVittie
Employee
Jul 16, 2008You can make a simple SOAP web services call to iControl from stand-alone clients. You aren't currently able to do so from within a web page containing AJAX because there are restrictions on connections made by the XMLHTTPRequest object based on the domain from which it was served. Because you can't necessarily serve the HTML containing the AJAX from the BIG-IP, attempts to connect to to BIG-IP via AJAX appear to be a cross-domain request, which is a security risk and not allowed by the browser.