#14605: method similar to HttpRequest.is_ajax() to detect flash ---------------------------+------------------------------------------------ Reporter: nickname123 | Owner: nobody Status: new | Milestone: 1.3 Component: HTTP handling | Version: SVN Keywords: | Stage: Unreviewed Has_patch: 0 | ---------------------------+------------------------------------------------ It would be beneficial to have an easy method to detect when http requests come from flash player on sites that make use of flash for the same reasons is_ajax is useful for communicating with javascript.
This could be used to send responses encoded in the binary AMF protocol when dealing with the flash player and sent as json or xml to other clients. -- Ticket URL: <http://code.djangoproject.com/ticket/14605> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
