• Home
  • about
  • Alexander’s Chatbot
  • setup
  • writing
Bill Higgins' Blog
« IE, XHR, and GET caching
links for 2007-03-24 »

links for 2007-03-22

22 March, 2007 //
0
  • The XMLHttpRequest Object

    The w3c’s attempt to standardize the de facto XHR standard.

    (tags: standards ajax xhr)

  • XMLHttpRequest – XULPlanet

    Docs on the Mozilla implementation of XHR

    (tags: xhr ajax)

  • REST based authentication

    Discussion of some of the issues of authenticating REST-style web services including an example of securing your services with Basic or Digest auth using Apache HTTP Server.

    (tags: rest http)

  • What I Didn’t Know About XHR – O’Reilly XML Blog

    Interesting test case explaining browsers’ default limitations on number of concurrent XHR requests.

    (tags: xhr ajax)

  • Bug 339530 – Basic auth fails with XMLHttpRequest

    A bug related to supporting the user and password arguments to XmlHttpRequest#open

    (tags: firefox xhr)

  • MSDN XMLHttpRequest#open method

    Microsoft’s documentation on IE’s API for the XmlHttpRequest’s open method. It also talks about IE’s overly-aggressive GET caching.

    (tags: xhr microsoft)

  • XMLHttpRequest HTTP Feature Tests

    Executable test case to determine your current browser’s support for XHR features.

    (tags: xhr http)

  • XMLHttpRequest Caching Tests

    Executable test case to determine the correctness of your browser’s resource caching via XHR.

    (tags: xhr http)

  • Using Basic Authentication via with AJAX to access CMP

    Solutions for using Basic Auth from an Ajax application sans ugly browser dialog.

    (tags: xhr http)

  • [Cosmo-dev] CMP and AJAX

    Additional commentary and analysis on the ‘Using Basic Authentication via with AJAX to access CMP‘ wiki page

    (tags: xhr http ajax)

Categories links

No comments Post your own or leave a trackback: Trackback URL

Leave a Reply

Your email address will not be published. Required fields are marked *

Theme: Wu Wei by Jeff Ngan
Back to the top