Explanation:
URL encoding (percent-encoding) replaces unsafe ASCII characters with a '%' followed by two hexadecimal digits to ensure the URL is valid and transmitted correctly.
What does the 'Referrer-Policy' HTTP response header instruct a web browser to manage?
A.To control how much referral path information (the URL of the originating page) is included in the 'Referer' header when a user clicks a link to another site
B.To double the physical data processing capacity of network router cards
C.To wipe local device browser cache modules automatically
D.To route incoming text emails through unencrypted FTP pathways
Explanation:
The Referrer-Policy header allows site owners to limit or withhold source URL data when navigating to external destinations, enhancing user privacy and securing internal parameters.
No comments yet. Be the first to start the discussion!