H12-725_V4.0 · Question #103
Which of the following descriptions of Web rewriting in Web proxies is incorrect?
The correct answer is D. Depends on IE control. Option D is incorrect because Web rewriting is a server-side technique performed entirely by the proxy - it rewrites URLs and HTML content in HTTP responses before they reach the client, making it browser-agnostic and requiring no IE control or ActiveX component whatsoever…
Question
Which of the following descriptions of Web rewriting in Web proxies is incorrect?
Options
- AIt may cause incomplete fonts
- BThe intranet server address can be hidden, which is more secure.
- CMay cause image misalignment
- DDepends on IE control
How the community answered
(28 responses)- A4% (1)
- B4% (1)
- C11% (3)
- D82% (23)
Explanation
Option D is incorrect because Web rewriting is a server-side technique performed entirely by the proxy - it rewrites URLs and HTML content in HTTP responses before they reach the client, making it browser-agnostic and requiring no IE control or ActiveX component whatsoever.
Options A and C describe real limitations: the rewriting engine must parse and transform HTML, CSS, and JavaScript on the fly, and it can miss or mishandle references to fonts and positional layout resources, causing incomplete fonts (A) and image misalignment (C). Option B describes a genuine security benefit - because all traffic flows through the proxy's public address, internal server hostnames and IPs remain hidden from the end user.
Memory tip: Think of Web rewriting as a "find-and-replace" job done by the server - it needs no help from the browser side at all. Any answer claiming a browser-specific dependency (IE, ActiveX, plugin) is a red flag and almost certainly the wrong description.
Topics
Community Discussion
No community discussion yet for this question.