Проброс сайта, не имеющего глобального IP-а́дреса, из локальной сети на свой сервер в Интернете (обратный прокси) через сеть Yggdrasil
https://multed.com/2024/04/03/nginx-and-yggdrasill.html
Проброс сайта, не имеющего глобального IP-а́дреса, из локальной сети на свой сервер в Интернете (обратный прокси) через сеть Yggdrasil
https://multed.com/2024/04/03/nginx-and-yggdrasill.html
#ayuda fediverso #api #http #peertube
#ayudaTec
https://framacolibri.org/t/http-api-video-upload-legacy-path/25386
estoy tratando de usar UploadLegacy para subir un video a peertube, pero quisiera no usar #curl pero sino http. por preferencia personal.
no logro usar un path para el "videofile". si adjunto un binario dandole a add file desde bruno / postman en el body multipart form; va que chuta (vease https://codeberg.org/audricd/yt_2_pt/issues/2#issuecomment-3486267 gracias de nuevo @cosstab !!) pero ahora trato de usar un path file en lugar de un archivo.
@kyva_dev @trankten @t3rr0rz0n3 @sam
se agradece #boost
Trying to come up with my own little self-hosted #http #authentication #daemon to work with #nginx' "authentication request" facility ... first step done!
Now I have a subset of HTTP 1.x implemented in #C, together with a dummy handler showing nothing but a static hello-world root document.
I know it's kind of stubborn doing that in C, but hey, #coding it is great fun
Anubis: self hostable scraper defense software
Weigh the soul of incoming HTTP requests using proof-of-work to stop AI crawlers
From: blenderdumbass . org
The multiplayer, or the lack there of, at the moment is so utterly broken and so lacking of being properly made that for a long time, I was just not bothering with it. Seeing it as something unnecessary. Something that does not need to be touched, because other things, like the...
Read or listen: https://blenderdumbass.org/articles/a_rant_about_making_a_multiplayer_game
#Gamedev #DanisRace #Networking #Multiplayer #TCP #HTTP #Programming #Python #UPBGE #Blender3d #GNU #Linux #GamingOnLinux #FreeSoftware #OpenSource
Cloudflare macht unsicherem HTTP den Garaus
Klartextkommunikation erlaubt auch Unbefugten Einsicht in Daten. Cloudflare unterstützt daher auch für API-Aufrufe kein HTTP mehr.
Should you ever run across an article that says you don't need a VPN because most every website use HTTPS, be aware that you can not see the encryption, or the lack of it, in mobile apps. Thus, things like this happen - Apple did not bother to upgrade their own software from HTTP to HTTPS.
https://9to5mac.com/2025/03/18/apples-passwords-app-was-vulnerable-to-phishing-attacks-for-nearly-three-months-after-launch/
Apple’s Passwords app was vulnerable to phishing attacks for nearly three months after launch
#vpn #http #https #encryption
The #codecentric team in Stuttgart has named all the rooms in their office after #HTTP status codes.
Ce header HTTP permet au serveur de demander au navigateur web de supprimer certaines données stockées en local (cookies, cache, et stockage).
Invalider un cache de manière fiable n'est jamais facile donc à connaître.
https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Clear-Site-Data
After weeks of success, automated HTTP requests to "https://doge.gov/savings" are being by 403 Forbidden error. DOGE server down?? IP blocking??
Why Do We Have a “Cache-Control” Request Header?, by @csswizardry:
https://csswizardry.com/2025/03/why-do-we-have-a-cache-control-request-header/
HTTP status codes but as cats:
https://http.cat/
HTTP/3 is everywhere but nowhere
Link: https://httptoolkit.com/blog/http3-quic-open-source-support-nowhere/
Discussion: https://news.ycombinator.com/item?id=43360251
System Administration
Week 7, HTTP and CDNs
After discussing the DNS, we now move on to #HTTP and HTTPS. While we don't have videos for these sections, hopefully the lecture slides can help you get an idea of what we're covering there. We review the basic HTTP protocol, peek at #QUIC and H3, and talk about load balancing and content delivery networks:
A vueltas con las Redes...
" De acuerdo con Christine Lemmer-Webber, coautora del protocolo #ActivityPub:
> #Bluesky está construido por buenas personas que se preocupan, y está proporcionando algo que la gente quiere y necesita desesperadamente. Si buscas un sustituto de Twitter, hoy puedes encontrarlo en Bluesky.
(1/3)
A work-in-progress `compact: true` config for Posting. It gets rid of some of the borders and padding in the app - perfect for those that hate space and enjoy headaches
#HTTP #Programming
Why is it like this?
```
GET /asskick.html HTTP/1.1
Host: 127.0.0.1:8888
User-Agent: curl/8.12.1
Accept: */*
```
specifically the first line
`GET /asskick.html HTTP/1.1`
it's not a key-value pair like literally every other line.
How browsers REALLY load Web pages
When browsers load a Web page and its subresources, A LOT happens under the hood. They need to take into account render/parsing blocking resources, use a preload scanner, listen to resource hints (like preload/preconnect), loading modifiers (async/defer/module), fetchpriority, responsive images, and much more. […]
https://fosdem.org/2025/schedule/event/fosdem-2025-4852-how-browsers-really-load-web-pages/