Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Zend Exam 200-710 Topic 1 Question 83 Discussion

Actual exam question for Zend's 200-710 exam
Question #: 83
Topic #: 1
[All 200-710 Questions]

Your public web application needs to provide access to binary files for registered users only. How would you achieve this?

Show Suggested Answer Hide Answer
Suggested Answer: A

Contribute your Thoughts:

Annice
2 months ago
While option A might be convenient, hosting files on a public file sharing service is a big security risk. C is the way to go.
upvoted 0 times
...
Adelina
2 months ago
Haha, option D is a real knee-slapper! PHP is only for HTML content? Someone needs to update their web development knowledge.
upvoted 0 times
Carli
29 days ago
D) PHP is used for service HTML content, not binary content
upvoted 0 times
...
Tresa
1 months ago
C) Use PHP to send the file to the client, using the header() function to set appropriate HTTP headers
upvoted 0 times
...
Cassie
1 months ago
B) Redirect to the file which resides in the server's document root
upvoted 0 times
...
Lauryn
2 months ago
A) Host the files on a public external file sharing service.
upvoted 0 times
...
...
Arthur
2 months ago
I'm not sure about option B. Redirecting to a file in the document root doesn't seem like a good idea, as it could expose the file to unauthorized users.
upvoted 0 times
...
Evette
2 months ago
Answer C looks like the right choice. Using PHP to send the file with appropriate headers is a secure way to provide access to binary files for registered users.
upvoted 0 times
Tarra
27 days ago
Yes, using PHP to set the appropriate HTTP headers is a good way to ensure only registered users can access the binary files.
upvoted 0 times
...
Eladia
28 days ago
I agree, option C seems like the most secure way to provide access to binary files for registered users.
upvoted 0 times
...
Gianna
2 months ago
I think option C is the best choice. Using PHP to send the file with the right headers is secure.
upvoted 0 times
...
...
Peggy
3 months ago
I'm not sure about option A, hosting files on a public external service seems risky in terms of security for registered users.
upvoted 0 times
...
Twana
4 months ago
I agree with Mabelle, option C using PHP to send the file with appropriate headers is the most secure way to provide access to binary files.
upvoted 0 times
...
Mabelle
4 months ago
I think option C is the best choice because it allows us to control access to the binary files for registered users.
upvoted 0 times
...

Save Cancel