Tagged articles
13 articles
Page 1 of 1
php Courses
php Courses
Jan 6, 2026 · Backend Development

How to Retrieve HTTP Response Headers in PHP Using get_headers()

This guide explains the PHP get_headers() function, its syntax, parameters, and usage examples, showing how to fetch and inspect HTTP response headers for tasks such as file information retrieval, existence checks, and web crawling.

BackendHTTPWeb Development
0 likes · 4 min read
How to Retrieve HTTP Response Headers in PHP Using get_headers()
php Courses
php Courses
Oct 23, 2025 · Backend Development

Master PHP’s header() Function: Redirects, Headers, and Advanced Uses

This article provides a comprehensive guide to PHP's header() function, covering its syntax, parameters, and practical code examples for page redirection, setting HTTP response headers, status codes, cache control, and file downloads, helping developers use it effectively.

HTTPPHPRedirect
0 likes · 4 min read
Master PHP’s header() Function: Redirects, Headers, and Advanced Uses
php Courses
php Courses
Apr 29, 2025 · Backend Development

Using PHP get_headers() to Retrieve HTTP Response Headers

This article explains how to use PHP's get_headers() function to fetch HTTP response headers from a URL, describes its syntax and parameters, provides code examples for retrieving and printing headers, and outlines common use cases such as file information, existence checks, and web crawling.

HTTPPHPWeb Development
0 likes · 4 min read
Using PHP get_headers() to Retrieve HTTP Response Headers
php Courses
php Courses
Oct 21, 2024 · Backend Development

Using PHP get_headers() to Retrieve HTTP Response Headers

This article explains the PHP get_headers() function, its syntax, parameters, and usage examples, demonstrates how to retrieve and display HTTP response headers from a URL, and discusses common application scenarios such as checking remote file existence, obtaining file metadata, and supporting web crawling or monitoring.

BackendHTTPWeb Scraping
0 likes · 4 min read
Using PHP get_headers() to Retrieve HTTP Response Headers
php Courses
php Courses
Apr 8, 2024 · Backend Development

Using PHP get_headers() to Retrieve HTTP Response Headers

This article explains how to use PHP's get_headers() function to fetch HTTP response headers from a URL, describes its syntax and parameters, provides code examples, shows typical output, and discusses common use cases such as file information retrieval, existence checks, and web crawling.

get_headersresponse headers
0 likes · 4 min read
Using PHP get_headers() to Retrieve HTTP Response Headers
IT Xianyu
IT Xianyu
Oct 27, 2020 · Backend Development

Using HttpServletResponse: Methods, Examples, and Best Practices

This article explains the HttpServletResponse object's role in Java web development, details common response header methods, highlights differences between addXXX and setXXX, and provides four complete servlet code examples covering cache control, page refresh, file download (including Chinese filenames), and dynamic image generation.

BackendFile DownloadHttpServletResponse
0 likes · 9 min read
Using HttpServletResponse: Methods, Examples, and Best Practices
MaGe Linux Operations
MaGe Linux Operations
Sep 28, 2016 · Information Security

Essential HTTP Security Headers Every Web Developer Should Use

This guide explains the most important HTTP response security headers—such as X‑Frame‑Options, X‑Content‑Type‑Options, X‑XSS‑Protection, Content‑Security‑Policy, Strict‑Transport‑Security, and CORS headers—detailing their purpose, possible values, and how to configure them in Apache to harden web applications.

ApacheCORSContent Security Policy
0 likes · 6 min read
Essential HTTP Security Headers Every Web Developer Should Use
MaGe Linux Operations
MaGe Linux Operations
Oct 1, 2014 · Information Security

How to Remove Sensitive Response Headers in IIS to Harden Web Security

This guide explains why response headers like Server, X-Powered-By, and ASP.NET version fields expose critical information, and provides step‑by‑step instructions for disabling or deleting these headers in IIS using UrlScan, IIS Manager, web.config, and Global.asax modifications.

IISbanner grabbinginformation disclosure
0 likes · 5 min read
How to Remove Sensitive Response Headers in IIS to Harden Web Security