InterviewStack.io LogoInterviewStack.io

HTTP Protocol and Web Fundamentals Questions

Application-layer HTTP semantics that underpin API behavior: methods, status codes, request/response headers, content negotiation, caching (ETags, Cache-Control), cookies, connection reuse, and HTTP/1.1 vs. HTTP/2 vs. HTTP/3 differences. Includes TLS/HTTPS at the request level and how proxies and load balancers affect requests. Foundational knowledge assumed before deeper API topics.

EasyTechnical
66 practiced

Explain Cross-Origin Resource Sharing (CORS), preflight requests, same-site cookie semantics, and the implications for browser-based clients calling your API from single-page applications. Provide guidance on safe default CORS policies and how to design docs and SDKs to minimize CORS-related friction.

That is every published HTTP Protocol and Web Fundamentals question for Solutions Architect so far. Browse the other topics in this category, or practice this one interactively.