PHP $_GET with signature and Pair-Key-Id
Posted: Thu Jul 07, 2011 6:26 am
hi guys,
I stored media records in one of secured servers when I ask for alink to the media I receive the following link
url?flv=dfdffdfdf?Expires=3344 &jpg=mmmm?expires=222&mp4?expires=111&Signature=dkksdkskdskdsjkdskd&Signature=slldklksdlkld&Signature=30443034-030&Key-Pair-Id=9384jekjdj&key-Pair-Id=04kfkkfl-4-4&key-Pair-Id=043o4lldl;l;flf
I recieved 3 signatures and 3 Pair-Key-Ids and I need to match them together to fetch the data ,
[text]The problem in retrieving the signature and Pair-Key-Id from $_GET[] it returns the last signature and key .
Do any one of you has an idea on how to fetch the 3 Signatures and keys from $_GET[/text]
I stored media records in one of secured servers when I ask for alink to the media I receive the following link
url?flv=dfdffdfdf?Expires=3344 &jpg=mmmm?expires=222&mp4?expires=111&Signature=dkksdkskdskdsjkdskd&Signature=slldklksdlkld&Signature=30443034-030&Key-Pair-Id=9384jekjdj&key-Pair-Id=04kfkkfl-4-4&key-Pair-Id=043o4lldl;l;flf
I recieved 3 signatures and 3 Pair-Key-Ids and I need to match them together to fetch the data ,
[text]The problem in retrieving the signature and Pair-Key-Id from $_GET[] it returns the last signature and key .
Do any one of you has an idea on how to fetch the 3 Signatures and keys from $_GET[/text]