ZF-6202: Remoting Authentication support not present, should be added
Description
Flash player provides a way to pass authentication credentials through the AMF header (DSRemoteCredentials). Zend AMF v1.7.5 does not reads this from the request and hence does not provide any support for remoting authentication.
The source code in Zend/Amf/Server.php contains the function: protected function _handle(Zend_Amf_Request $request) which handles the request, this has a '@todo implement AMF header authentication' comment on it.
Comments
Posted by Stanislav Malyshev (stas) on 2009-06-05T11:07:43.000+0000
fix committed to trunk