https – POFTUT

What Is HTTPS?

What Is HTTPS?

Hypertext Transfer Protocol Secure or HTTPS is an extension and secure alternative to the HTTP protocol. HTTPS is very same with the HTTP where the traffic is encrypted using TLS or Transport Layer Security. All major browsers like Google Chrome, Mozilla Firefox, Apple Safari, Opera, Microsoft Edge supports the HTTPS protocol. HTTPS also referred as … Read more

How To Download, Install, and Configure XAMP To Create A Webpage?

How To Download, Install, and Configure XAMP To Create A Webpage?

XAMP is a popular software that provides some tools to run a website. These tools names first letters created the XAMP where X is used for both Linux and Windows, A for Apache Webserver, M for MySQL Database Server, P for PHP Programming Language and Interpreter. Also, some extra tools are provided to complement Apache, … Read more

What Is URI (Uniform Resource Identifier)?

What Is URI (Uniform Resource Identifier)?

Uniform Resource Identifier or URI is a string of characters that identify specific resources. URI is like an address or Social security number of an entity which can be a web page or a file or a book. URI is generally used in IT and WWW for different types of object identification. URI Standard RFC … Read more

What Is HTTP (Hypertext Transfer Protocol)?

What Is HTTP (Hypertext Transfer Protocol)?

Hypertext Transfer Protocol or HTTP is a protocol used to transmit web pages and its contents like HTML, Image, JavaScript, CSS, etc. HTTP is used in a client-server model where the communication is generally started by the client and the server-side response to the client requests. HTTP History HTTP is created in 1989 by Tim … Read more

How To View and List SSL Certificate and Details In Google Chrome?

How To View and List SSL Certificate and Details In Google Chrome?

SSL certificates are the most important part of web security. SSL is used to encrypt the web traffic between the server and the client. HTTPS protocol simply implements the SSL to make HTTP protocol secure. SSL Certificate SSL certificates are issued to the specific domain or hostname to distinguish given domain or hostname secure and … Read more

HTTP Status Codes

HTTP Status Codes

HTTP is a stateless protocol where the session is managed by the upper-level applications. But HTTP protocol provides the status codes about the HTTP request. Every HTTP request will be responded by an HTTP status code from the remote site or server. In this tutorial, we will examine the HTTP status codes about their category, … Read more

How To Install Apache 2.4 and PHP 7.3 On Fedora, CentOS, RHEL Linux?

How To Install Apache 2.4 and PHP 7.3 On Fedora, CentOS, RHEL Linux?

Apache and PHP are very popular tools used to publish and serve web pages. These web pages can be a simple website, a WordPress installation or a complex web application. In this tutorial, we will learn how to install and use Apache and PHP tools for rpm based distributions like Fedora, CentOS, RedHat. Update Current … Read more

What Is URL (Uniform Resource Locator)?

Uniform Resource Locator a.k.a. URL is a resource naming or locating format used to specify or address the resource. URL is very popular with the web where web sites and web resources are addressed or identified with URL format. URL Syntax URL has a very strict syntax which is defined in RFC 1738. It has … Read more

How To Install and Config Polipo Caching Web Proxy On Linux?

Polipo was the best HTTP proxy when it emerged. Since then web behavior has a lot changed and HTTPS became popular. HTTPS prevents intermediates to read traffic and cache them. Polipo is not maintained currently but useful for different cases. Install For Ubuntu, Debian, Mint, Kali We can install polipo for Ubuntu, Debian, Mint, Kali with the … Read more