From d8078cb26b9345b6dbc9bea24b27b5706f62a96e Mon Sep 17 00:00:00 2001 From: Ihar Hancharenka Date: Tue, 5 Sep 2023 18:29:49 +0300 Subject: [PATCH] m --- .../methodologies/dp-patterns/cheatsheets.txt | 3 +++ pl/web/browsers/cors.txt | 17 +++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 pl/cross/methodologies/dp-patterns/cheatsheets.txt create mode 100644 pl/web/browsers/cors.txt diff --git a/pl/cross/methodologies/dp-patterns/cheatsheets.txt b/pl/cross/methodologies/dp-patterns/cheatsheets.txt new file mode 100644 index 000000000..b73c52063 --- /dev/null +++ b/pl/cross/methodologies/dp-patterns/cheatsheets.txt @@ -0,0 +1,3 @@ +2023 +https://levelup.gitconnected.com/23-design-patterns-99-of-java-developers-should-learn-45573e076b69 + https://nuancesprog.ru/p/18685/ diff --git a/pl/web/browsers/cors.txt b/pl/web/browsers/cors.txt new file mode 100644 index 000000000..cae15cb2d --- /dev/null +++ b/pl/web/browsers/cors.txt @@ -0,0 +1,17 @@ +https://www.w3.org/wiki/CORS_Enabled +https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#preflighted_requests + https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors + https://stackoverflow.com/questions/46904400/why-does-the-browser-send-an-options-request-even-though-my-frontend-code-is-jus + +https://enable-cors.org/ + +books +CORS in action + +2022 +https://dev.to/jpomykala/what-is-cors-11kf + https://habr.com/ru/companies/otus/articles/706908/ +https://forums.appgyver.com/t/cors-error-using-previewer-web-app/10200/25 + ! a lot of sniffing from WebDev +2021 +https://developer.okta.com/blog/2021/08/02/fix-common-problems-cors