Opened 13 years ago
Closed 13 years ago
#5376 closed enhancement (fixed)
Add support for isXmlHttpRequest() in the Zend Framework
Reported by: | guest | Owned by: | dante |
---|---|---|---|
Priority: | low | Milestone: | 1.1.1 |
Component: | RPC | Version: | 0.9 |
Keywords: | zend framework | Cc: | |
Blocked By: | Blocking: |
Description (last modified by )
See this section of the Zend Framework API docs:
http://framework.zend.com/manual/en/zend.controller.request.html#zend.controller.request.http.ajax
Basically, the idea is that the JavaScript? library set an http header on any XHR request so that it can be consistently recognised on the server.
Several other JavaScript? toolkits support it, why not Dojo? :D
Change History (3)
comment:1 Changed 13 years ago by
Milestone: | → 1.2 |
---|
comment:2 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Owner: | changed from Dustin Machi to dante |
comment:3 Changed 13 years ago by
Milestone: | 1.2 → 1.1.1 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This was fixed in Dojo 1.1.1.X-Requested-With: XMLHttpRequest is now sent with XHR requests: http://download.dojotoolkit.org/current-stable/dojo-release-1.1.1/dojo/_base/xhr.js