HTTP/HTTPS (80-443)

Hypertext Transfer Protocol e HyperText Transfer Protocol over Secure Socket Layer.

Protocol Information

Main system for transmission of information on the Web. The browser is used to access this information.

Port

80 TCP

HTTP

443 TCP

HTTPS

Plain text

text/plain

HTML document

text/html

JSON format

application/json

Formato XML

application/xml

Encoded data for HTTP POST

application/x-www-form-urlencoded

Complex data for HTTP POST

multipart/form-data

JavaScript

application/javascript

Compressed ZIP archives

application/zip

Images

image/jpeg, image/png, image/gif

Audio

audio/mpeg, audio/wav

Video

video/mp4, video/quicktime

PDF

application/pdf

Generic, uninterpreted binary files

application/octet-stream

CSS style sheets

text/css

Web Root

Web Server
Default Webroot

Apache

/var/www/html/

Nginx

/usr/local/nginx/html/

IIS

c:\\inetpub\\wwwroot\\

XAMPP

C:\\xampp\\htdocs\\

Note

  • /robots.txt/

  • /.well-known/ (ex. .well-known/openid-configuration, LINK)

Last updated

Was this helpful?