Multiple choice technology programming languages

URL accessed through XMLHttpRequest's open method is stored in the history of the browser.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

XMLHttpRequest makes asynchronous HTTP requests programmatically from JavaScript. These requests do not affect the browser's history stack - only navigation actions (clicking links, setting window.location, etc.) create history entries. AJAX requests are invisible to the browser's back/forward navigation.