Risorse
Varie
- Test - Web content
- Web Server Lab Semplici esempi per eseguire un web server sul proprio PC.
-
- URL Encoding (FORM data).
- Base64, HTTP Basic Authentication.
- Shopping basket: brevissimo esempio per ribadire l'importanza dei contenuti dinamici che dipendono dalle richieste precedenti inviate da uno specifico browser.
Tutorial su web content (HTML, CSS, Javascript)
Esistono tonnellate di tutorial su questi argomenti. Tutorial interattivi molto interessanti sono quelli di W3Schools.
Anche quelli di mdn (Mozilla Developers Networks) sono molto ben fatti
- Getting started with the web
- Playground Per fare test interattivi.
Analyzing web pages
-
urlquery reports constructed in July 2023:
Some global statistics
- HTTP Archive Reports Statistics on size of web pages, images, JavaScript scripts and so on.
- W3Techs Statistics Similar statistics, collected on a different sample, with different aggregations. This specific page allows finding usage statistics for Cookies.
HTTP in depth
The mdn (Mozilla Developers Network) web site has a lot of very high quality information. If you want to use this site, use it carefully: it contains a lot of material that is not covered in the lectures; and, it contains a lot of additional information about material that is covered in the lectures.
Altro
- Cybercriminals Tampering with QR Codes to Steal Victim Funds The FBI is issuing this announcement to raise awareness of malicious Quick Response (QR) codes. Cybercriminals are tampering with QR codes to redirect victims to malicious sites that steal login and financial information.
- The Real Difference Between a URL and a URI Io non ho mai capito del tutto la differenza, per il nostro corso non è importante...