HTTP/HTTPS (80-443)
Hypertext Transfer Protocol e HyperText Transfer Protocol over Secure Socket Layer.
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
application/pdf
Generic, uninterpreted binary files
application/octet-stream
CSS style sheets
text/css
Web Root
Apache
/var/www/html/
Nginx
/usr/local/nginx/html/
IIS
c:\\inetpub\\wwwroot\\
XAMPP
C:\\xampp\\htdocs\\
Inside the configuration file is specified the web root. Search the internet for the correct path based on web server versions.
/var/www/html/
/var/www/
/var/www/sites/var/www/public/
/var/www/public_html/
/var/www/html/default/
/srv/www/
/srv/www/html/
/srv/www/sites/
/home/www/
/home/httpd/
/home/$USER/public_html/
/home/$USER/www/c:\inetpub\wwwroot\
c:\xampp\htdocs\
c:\wamp\wwwNote
/robots.txt//.well-known/(ex..well-known/openid-configuration, LINK)
Last updated
Was this helpful?