#QuizOfTheDay: #HTTP is the foundation of data communication for the World Wide Web. #Internet101
What does HTTP stand for?
A. Hypertext Transfer Protocol
B. Hypertext Transfer Pace
C. Hyper Transfer Text Protocol
D. HTML Transfer Protocol
https://knowledgezone.co.in/resources/quiz?qId=62c15af1f9400e255bd192ec
Does you web app requires a 10MB JavaScript to work?
Not anymore!
https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/Compression_dictionary_transport
The sttp client is an open-source HTTP client for Scala, integrating with every Scala stack, be it synchronous, a.k.a. direct-style, Future-based, or using functional effect systems such as cats-effect, ZIO, Monix, Kyo. The library is available for Scala 2.12, 2.13, and 3 on the JVM, Scala.JS, and Scala Native.
Learn more from our article:
https://softwaremill.com/sttp-client-4-scala-http-client-released/
#scala #http #sttp #programming
iX-Workshop API-Sicherheit: OWASP Top 10 API Security Risks
Lernen Sie hands-on, wie Sie Schwachstellen in der API-Implementierung vermeiden und Angriffe abwehren.
Octothorpe Y? In hopes that St Nicholas no truncate
( nunca triste )
STEP1: CD to your (LXMP) #WebDevelopment #HTTP server workspace.
STEP2a:
#curl
```
curl -o- #https://gist.githubusercontent.com/ajaxStardust/674b5d86f1f4386e72937a607e263608/raw/install.sh > ~/install_adb_by_ajaxStardust.sh
chmod 755 ~/install_adb_by_ajaxStardust.sh
```
Step2 alt:
#wget
```
wget -qO- #https://gist.githubusercontent.com/ajaxStardust/674b5d86f1f4386e72937a607e263608/raw/install.sh > ~/install_adb_by_ajaxStardust.sh
chmod 755 $HOME/install_adb_by_ajaxStardust.sh
```
OVERVIEW:
https://github.com/ajaxStardust/AnnieDeBrowsa
save install.sh to ~/home via curl/wget. Edit it ENV $vars for your PHP dev server at line 40
DDoS Attacks (HTTP/2, DNS, Hacktivist)
This is Real World Technical Analysis
YouTube video: https://youtu.be/t2jKcA1OyBE
#Sponsored #cybersecurity #ddos #dos #DNS #http #tls #hack #hacker #hacking #cyber #internet Radware
It looks like the new QUERY http method is ready to be implemented! It enables safe retrieval by putting query information (e.g. in JSON) directly into the request body instead of the URL. #http https://datatracker.ietf.org/doc/draft-ietf-httpbis-cache-groups/