"Nebelbeute" von Benjamin #Cors

Diesmal keine scheinbar unmögliche Todesfälle wie in den beiden vorherigen Bänden der "Gruppe 4" Ermittler. So bleibt ein "standard" Krimi/Thriller, spannend zu lesen, aber nicht zu recht zündend.

❤️ 4 von 5 (ISBN 978-3-423-22172-6)

#buchtipp #krimi #mackoliest

A friend gave me a 3.5" touch-screen for a Pi.
So, now I have to build a mini dashboard that runs of a Pi3, to display some Home Assistant charts. Because #HomeAssistant itself on a Pi3 is torture, both for me and the #Pi.
But, in trying that, of course I run into stupid #CORS issues

Зачем нужен язык ArchiMate

На одной из ИТ конференций по бизнес-анализу я проводил мастер-класс «Моделируем IT архитектуру предприятия». Участники были разбиты на группы, и было дано одно из заданий из нашего Курса аналитика 1С:

https://habr.com/ru/articles/1043356/

#archimate #cors #itархитектура

Зачем нужен язык ArchiMate

На одной из ИТ конференций по бизнес-анализу я проводил мастер-класс «Моделируем IT архитектуру предприятия». Участники были разбиты на группы, и было дано одно из заданий из нашего Курса...

Хабр
4 Tiny Mistakes That Secretly Destroy App Performance

Ok, I’m back from my short vacation and returning with some useful content 😄 As you know, from time...

DEV Community
Imagine being worth more than #Apple, #Tesla #Google and most others....

Thank goodness I don't care..
(But I had fun with yahoo s #api 😼 . Shame it disses #CORS . clientside would've been so sweet)

#Weird #Times ..
#repost •acws #acws

(I always found the idea that imaginary numbers can make you money very very strange...
Guess #Greed is bad for everyone ..
Proves that #money is just a #token tbh.

#Useless
)

I was recently reminded that I wanted to try out Codeberg Pages, so I migrated a static site over from GitHub Pages. It mostly worked, and a learned a little along the way about how Codeberg Pages works.
Read more: https://danq.me/2026/05/04/github-to-codeberg-pages/

#article #codeberg #cors #git #github #web

Moving a static site from GitHub to Codeberg Pages

I was recently reminded that I wanted to try out Codeberg Pages, so I migrated a static site over from GitHub Pages. It mostly worked, and a learned a little along the way about how Codeberg Pages works.

Dan Q
CORSを一緒に理解しよう(Cross-Origin Resource Sharing) - Qiita

1. はじめに フロントエンドが localhost:3000、バックエンドが localhost:8080 で動いているアプリを作っているとします。一見問題なさそうに見えても、コンソールを開くとこんなエラーが表示されることがあります: Access to fetch a...

Qiita

I just renewed my vehicle registration/insurance. We have a provincial crown corporation here that has a monopoly on it.

I ran into a problem with their "new & improved!" website [1]. I always do. This one is boring; like 90% of the issues I run into, it's because the developers have only tested the site with Chrome, and they're violating CORS policy (a security thing) so Firefox prevents a request trying to fetch part of the page contents. Chrome doesn't give a damn, it doesn't want to stop any trackers or anything.

But the 🧑‍🍳 😘 in the whole thing is ... there are various "Feedback" links and buttons. I want to report the issue, so I try them, and ... they haven't actually provided the HREF attribute on the links/buttons at all. They are literally not hooked up to anything.

Good testing on the new site, boys! You sure you didn't miss testing any of the functionality?

[1] Why companies absolutely insist on regularly improving their websites into unusability escapes me. As I mentioned elsewhere, it's not like the HTML of the working site has a best-before date on it.

#CADT #WebDeveloper #Firefox #CORS #HREF #feedback #NewAndImproved #qwality #WeveHeardOfIt

🎉 After a few years of refinement and close to 1 << 9 commits, I'm pleased to announce the v1 release of my CORS middleware library for Go.

Let me know whether it patches things up between you and CORS!

https://github.com/jub0bs/cors

#golang #CORS

GitHub - jub0bs/cors: perhaps the best CORS middleware library for Go

perhaps the best CORS middleware library for Go. Contribute to jub0bs/cors development by creating an account on GitHub.

GitHub
CORSとプリフライトリクエストについて - Qiita

はじめに CORS(Cross-Origin Resource Sharing)やプリフライトリクエストについてハマったのでその辺をまとめておきます。 CORSとは オリジンとは オリジンとは、以下の3つの組み合わせです。 要素 例 スキーム(プロトコル...

Qiita