101010.pl is one of the many independent Mastodon servers you can use to participate in the fediverse.
101010.pl czyli najstarszy polski serwer Mastodon. Posiadamy wpisy do 2048 znaków.

Server stats:

474
active users

#cors

0 posts0 participants0 posts today
just small circles 🕊<p>TIL that <a href="https://social.coop/tags/CORS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CORS</span></a> also stands for "cat–owner relationship scale". Delightful.</p><p><a href="https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0324016" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">journals.plos.org/plosone/arti</span><span class="invisible">cle?id=10.1371/journal.pone.0324016</span></a></p><p><a href="https://social.coop/tags/cats" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cats</span></a> <a href="https://social.coop/tags/catsofmastodon" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>catsofmastodon</span></a></p>
Lanie Molinar Carmelo<p><strong>🚨 Help Needed: <a href="https://allovertheplace.ca/tags/CORS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CORS</span></a> and <a href="https://allovertheplace.ca/tags/Cloudflare" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Cloudflare</span></a> Access Issues with <a href="https://allovertheplace.ca/tags/Nextflux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Nextflux</span></a> + <a href="https://allovertheplace.ca/tags/MiniFlux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MiniFlux</span></a> Setup 🚨</strong></p><p>Hi everyone! I’m struggling with a <a href="https://allovertheplace.ca/tags/SelfHosted" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SelfHosted</span></a> setup and could really use some advice from the self-hosting community. Lol I've been trying to figure this out for hours with no luck. Here’s my situation:</p><p><strong><strong>Setup</strong></strong></p><ul><li><strong>MiniFlux</strong>: Running in <a href="https://allovertheplace.ca/tags/Docker" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Docker</span></a> on a <a href="https://allovertheplace.ca/tags/RaspberryPi500" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RaspberryPi500</span></a> (<a href="https://allovertheplace.ca/tags/Stormux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Stormux</span></a>, based on <a href="https://allovertheplace.ca/tags/ArchLinuxARM" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ArchLinuxARM</span></a>).</li><li><strong>Nextflux</strong>: Hosted on Cloudflare Pages.</li><li><strong>Reverse Proxy</strong>: <a href="https://allovertheplace.ca/tags/Caddy" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Caddy</span></a> (installed via AUR).</li><li><strong>Cloudflare Access</strong>: Enabled for security and SSO.</li><li><strong>Cloudflared</strong>: Also installed via AUR.</li><li><strong>CORS Settings in Cloudflare Access</strong>: Configured to allow all origins, methods, and headers.</li></ul><p><strong><strong>What’s Working</strong></strong></p><ul><li>MiniFlux is accessible from my home network after removing restrictive CORS settings in both Caddy and MiniFlux.</li><li>Nextflux is properly deployed on Cloudflare Pages.</li></ul><p><strong><strong>The Problem</strong></strong></p><p>Nextflux cannot connect to MiniFlux due to persistent CORS errors and authentication issues with Cloudflare Access. Here are the errors I’m seeing in the browser console:</p><ol><li><strong>CORS Error</strong>:<code>Access to fetch at 'https://rss.laniecarmelo.tech/v1/me' from origin 'https://nextflux.laniecarmelo.tech' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.</code></li><li><p><strong>Cloudflare Access Redirection</strong>:</p><pre><code>Request redirected to 'https://lifeofararebird.cloudflareaccess.com/cdn-cgi/access/login/rss.laniecarmelo.tech'.<br></code></pre></li><li><p><strong>Failed to Fetch</strong>:</p><pre><code>Failed to fetch: TypeError: Failed to fetch.<br></code></pre></li></ol><p><strong><strong>What I’ve Tried</strong></strong></p><ol><li><p><strong>Service Token Authentication</strong>:</p><ul><li>Generated a service token in Cloudflare Access for Nextflux.</li><li>Added <code>CF-Access-Client-Id</code> and <code>CF-Access-Client-Secret</code> headers in Caddy for <code>rss.laniecarmelo.tech</code>.</li><li>Updated Cloudflare Access policies to include a bypass rule for this service token.</li></ul></li><li><p><strong>CORS Configuration</strong>:</p><ul><li>Tried permissive settings (<code>Access-Control-Allow-Origin: *</code>) in both Caddy and MiniFlux.</li><li>Configured Cloudflare Access CORS settings to allow all origins, methods, and headers.</li></ul></li><li><p><strong>Policy Adjustments</strong>:</p><ul><li>Created a bypass policy for my home IP range and public IP.</li><li>Added an "Allow" policy for authenticated users via email/login methods.</li></ul></li><li><p><strong>Debugging Logs</strong>:</p><ul><li>Checked Cloudflared logs, which show requests being blocked due to missing access tokens (<code>AccessJWTValidator</code> errors).</li></ul></li></ol><p><strong><strong>Current State</strong></strong></p><p>Despite these efforts:</p><ul><li>Requests from Nextflux are still being blocked by Cloudflare Access or failing due to CORS issues.</li><li>The browser console consistently shows "No 'Access-Control-Allow-Origin' header" errors.</li></ul><p><strong><strong>Goals</strong></strong></p><ol><li>Allow Nextflux (hosted on Cloudflare Pages) to connect seamlessly to MiniFlux (behind Cloudflare Access).</li><li>Maintain secure access to MiniFlux for other devices (e.g., my home network or mobile devices).</li></ol><p><strong><strong>My Environment</strong></strong></p><ul><li>Raspberry Pi 500 running Arch Linux ARM.</li><li>Both Caddy and Cloudflared are installed via AUR packages.</li><li>MiniFlux is running in Docker with the following environment variables:<code>CLOUDFLARE_SERVICE_AUTH_ENABLED=trueCLOUDFLARE_CLIENT_ID=&lt;client-id&gt;CLOUDFLARE_CLIENT_SECRET=&lt;client-secret&gt;</code></li></ul><p><strong><strong>Relevant Logs</strong></strong></p><p>From <code>cloudflared</code>:</p><pre><code>ERR error="request filtered by middleware handler (AccessJWTValidator) due to: no access token in request"<br></code></pre><p>From the browser console:</p><pre><code>Access to fetch at 'https://rss.laniecarmelo.tech/v1/me' has been blocked by CORS policy.<br></code></pre><p><strong><strong>Questions</strong></strong></p><ol><li>Is there a better way to configure CORS for this setup?</li><li>Should I be handling authentication differently between Nextflux and MiniFlux?</li><li>How can I ensure that requests from Nextflux include valid access tokens?</li></ol><p>Any help or advice would be greatly appreciated! 🙏</p><p><a href="https://allovertheplace.ca/tags/SelfHosting" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SelfHosting</span></a> <a href="https://allovertheplace.ca/tags/Cloudflare" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Cloudflare</span></a> <a href="https://allovertheplace.ca/tags/CaddyServer" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CaddyServer</span></a> <a href="https://allovertheplace.ca/tags/Docker" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Docker</span></a> <a href="https://allovertheplace.ca/tags/RSS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RSS</span></a> <a href="https://allovertheplace.ca/tags/CORS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CORS</span></a> <a href="https://allovertheplace.ca/tags/Linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Linux</span></a> <a href="https://allovertheplace.ca/tags/ArchLinuxARM" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ArchLinuxARM</span></a> <a href="https://allovertheplace.ca/tags/CloudflarePages" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CloudflarePages</span></a> <a href="https://allovertheplace.ca/tags/tech" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>tech</span></a> <a href="https://allovertheplace.ca/tags/technology" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>technology</span></a></p>
Aditya Telange<p>CORS</p><p><a href="https://mastodon.social/tags/CORS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CORS</span></a> <a href="https://mastodon.social/tags/infosec" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>infosec</span></a> <a href="https://mastodon.social/tags/appsec" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>appsec</span></a></p>
Felix Palmen :freebsd: :c64:<p>Ok I guess I'll have to give up again quite quickly 😦 </p><p><a href="https://mastodon.bsd.cafe/tags/Microsoft" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Microsoft</span></a> <a href="https://mastodon.bsd.cafe/tags/Teams" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Teams</span></a> is broken for me as soon as I disable <a href="https://mastodon.bsd.cafe/tags/IPv4" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>IPv4</span></a>. From what I could understand in this horrible mess of a "web app", the reason is probably some <a href="https://mastodon.bsd.cafe/tags/CORS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CORS</span></a> error. I have no idea how that could ever be related to <a href="https://mastodon.bsd.cafe/tags/IPv6" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>IPv6</span></a> or <a href="https://mastodon.bsd.cafe/tags/NAT" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>NAT</span></a> or anything. Tried temporarily disabling <a href="https://mastodon.bsd.cafe/tags/NAT64" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>NAT64</span></a> (to force direct v6 connections), tried adding all of Microsofts v6 networks to the "exclude" option of bind9 to have everything pass <a href="https://mastodon.bsd.cafe/tags/NAT64" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>NAT64</span></a> *avoiding* native IPv6, tried several ways to disable CORS, nothing helped. 🤬 </p><p>Anyone know about these issues with teams?</p><p>edit: to clarify, "everything" seems to work except for the main purpose: join an actual call ...</p>
Roberto B.<p>🚨 CORS error blocking your Laravel API? 🚨</p><p>If your frontend and Laravel backend are on different domains, you’ve probably hit the dreaded CORS policy error.<br>Don’t let it break your app! Learn how to configure your Laravel application to allow cross-origin requests, and get your API running smoothly.</p><p>🔧 Fix it now: <a href="https://dev.to/robertobutti/resolve-blocked-by-cors-policy-no-access-control-allow-origin-in-laravel-kp1" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">dev.to/robertobutti/resolve-bl</span><span class="invisible">ocked-by-cors-policy-no-access-control-allow-origin-in-laravel-kp1</span></a></p><p><a href="https://phpc.social/tags/cors" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cors</span></a> <a href="https://phpc.social/tags/php" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>php</span></a> <a href="https://phpc.social/tags/laravel" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>laravel</span></a> <a href="https://phpc.social/tags/headers" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>headers</span></a> <a href="https://phpc.social/tags/http" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>http</span></a> <a href="https://phpc.social/tags/tutorial" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>tutorial</span></a></p>
Parsingphase<p>Looks like I snuck in a <a href="https://m.phase.org/tags/lifer" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>lifer</span></a> between the whales and dolphins.<br>Cory's Shearwater, 15 miles off Gloucester MA this morning.<br><a href="https://m.phase.org/tags/CORS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CORS</span></a> <a href="https://m.phase.org/tags/Birds" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Birds</span></a> <a href="https://m.phase.org/tags/CorysShearwater" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CorysShearwater</span></a></p>
jub0bs<p>😇 With jub0bs/cors v0.2.0, you can now reconfigure your CORS middleware on the fly, even as the middleware is processing requests.</p><p><a href="https://jub0bs.com/posts/2024-05-14-reconfigurable-cors-middleware/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">jub0bs.com/posts/2024-05-14-re</span><span class="invisible">configurable-cors-middleware/</span></a></p><p><a href="https://infosec.exchange/tags/golang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>golang</span></a> <a href="https://infosec.exchange/tags/cors" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cors</span></a></p>
jub0bs<p>Hi Gophers! If you're tired of being frustrated by CORS, I've got just the remedy. 💊 </p><p><a href="https://jub0bs.com/posts/2024-04-27-jub0bs-cors-a-better-cors-middleware-library-for-go/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">jub0bs.com/posts/2024-04-27-ju</span><span class="invisible">b0bs-cors-a-better-cors-middleware-library-for-go/</span></a></p><p><a href="https://infosec.exchange/tags/cors" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cors</span></a> <a href="https://infosec.exchange/tags/golang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>golang</span></a></p>
Alcea<p><span class="h-card" translate="no"><a href="https://corteximplant.com/@revengeday" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>revengeday</span></a></span> </p><p>So much yes !</p><p>It defeats the evil <a href="https://mstdn.animexx.de/tags/cors" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cors</span></a> and is afraid of nothing</p>
LampWtf, the same request copied as fetch fails on cors, why? Is it because they load it on &lt;img&gt; tag, and <a class="hashtag" href="https://kitty.haus/tag/js" rel="nofollow noopener" target="_blank">#js</a> has different policy with <a class="hashtag" href="https://kitty.haus/tag/cors" rel="nofollow noopener" target="_blank">#cors</a>?
Guillaume Laforge<p><a href="https://uwyn.net/tags/CORS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CORS</span></a>... 😩</p>
Vincent Tunru<p>Useful trick shared by <span class="h-card"><a href="https://infosec.exchange/@dveditz" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>dveditz</span></a></span>: when debugging <a href="https://fosstodon.org/tags/CORS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CORS</span></a> issues, you can get some helpful information in the console using</p><p> document.body.addEventListener(<br> "securitypolicyviolation",<br> (e) =&gt; { console.log(e) }<br> )</p><p>For more info, see <a href="https://developer.mozilla.org/en-US/docs/Web/API/SecurityPolicyViolationEvent" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="ellipsis">developer.mozilla.org/en-US/do</span><span class="invisible">cs/Web/API/SecurityPolicyViolationEvent</span></a></p>
jub0bs<p>If performance matters to you, which <a href="https://infosec.exchange/tags/CORS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CORS</span></a> library for <a href="https://infosec.exchange/tags/golang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>golang</span></a> would you rather use? 😇<br><a href="https://github.com/jub0bs/fcors-benchmarks" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/jub0bs/fcors-benchm</span><span class="invisible">arks</span></a></p>
jub0bs<p>🚀 Release of v0.5.1 of jub0bs/fcors, the most opinionated <a href="https://infosec.exchange/tags/CORS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CORS</span></a> middleware library for <a href="https://infosec.exchange/tags/golang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>golang</span></a>:<br>- improved documentation<br>- minor performance gains<br><a href="https://github.com/jub0bs/fcors" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">github.com/jub0bs/fcors</span><span class="invisible"></span></a></p>
Marcel Waldvogel 🔜 WHY<p>I have been working with <a href="https://waldvogel.family/tags/CORS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CORS</span></a> for some time now. But today I finally found this great resource and it greatly reduced the amount of confusion I still had about cross-origin requests.<br>(Also a great resource to experiment.) <a href="https://waldvogel.family/tags/WebDev" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>WebDev</span></a><br><a href="https://jakearchibald.com/2021/cors/" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="">jakearchibald.com/2021/cors/</span><span class="invisible"></span></a></p>
@reiver ⊼ (Charles) :batman:<p>Some of the <a href="https://mastodon.social/tags/Fediverse" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Fediverse</span></a> software is not setting <a href="https://mastodon.social/tags/CORS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CORS</span></a> headers for their <a href="https://mastodon.social/tags/Atom" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Atom</span></a> &amp; <a href="https://mastodon.social/tags/RSS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RSS</span></a> <a href="https://mastodon.social/tags/WebFeed" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>WebFeed</span></a></p><p>They should. But they aren't.</p><p>...</p><p>Adding <a href="https://mastodon.social/tags/CORS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CORS</span></a> headers makes it so Atom &amp; RSS WebFeeds can be pulled at the client end (and doesn't have to run through a server).</p><p>If you care about <a href="https://mastodon.social/tags/privacy" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>privacy</span></a> , you should care about this. As not having it have to run through a server protects privacy more.</p><p>...</p><p>For example, the Atom &amp; RSS WebFeeds should have this CORS header:</p><p>Access-Control-Allow-Origin: *</p>
Tad Lispy<p>Does anyone know of a free (as in beer 🍻 ) text snippet hosting service that sets the CORS headers to allow GET requests from any origin? </p><p>The reason to ask is that I'm working on a web game where levels can be created by other people as text and loaded from 3rd party websites. Now I want to write simple instructions for not very technical people to be able to extend the game. They will need a way to host their levels somewhere.</p><p><a href="https://chaos.social/tags/HTTP" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>HTTP</span></a> <a href="https://chaos.social/tags/CORS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CORS</span></a> <a href="https://chaos.social/tags/AccessControl" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AccessControl</span></a> <a href="https://chaos.social/tags/Hosting" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Hosting</span></a> <a href="https://chaos.social/tags/Web" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Web</span></a> <a href="https://chaos.social/tags/Collaboration" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Collaboration</span></a> <a href="https://chaos.social/tags/GameDev" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GameDev</span></a></p>
Tarnkappe.info<p>📬 Samsung: Sicherheitslücke im Galaxy Store lässt Malware herein<br><a href="https://social.tchncs.de/tags/Hacking" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Hacking</span></a> <a href="https://social.tchncs.de/tags/CORS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CORS</span></a> <a href="https://social.tchncs.de/tags/CrossSiteScripting" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CrossSiteScripting</span></a> <a href="https://social.tchncs.de/tags/Deeplinks" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Deeplinks</span></a> <a href="https://social.tchncs.de/tags/GalaxyStore" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GalaxyStore</span></a> <a href="https://social.tchncs.de/tags/SamsungGalaxy" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SamsungGalaxy</span></a> <a href="https://social.tchncs.de/tags/URLParameter" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>URLParameter</span></a> <a href="https://social.tchncs.de/tags/WebView" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>WebView</span></a> <a href="https://tarnkappe.info/artikel/hacking/samsung-sicherheitsluecke-im-galaxy-store-laesst-malware-herein-258618.html" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="ellipsis">tarnkappe.info/artikel/hacking</span><span class="invisible">/samsung-sicherheitsluecke-im-galaxy-store-laesst-malware-herein-258618.html</span></a></p>
Solinvictus :vm:<p>Some Cross Origin Resource Sharing (<a href="https://mastodontech.de/tags/CORS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CORS</span></a>) guide <a href="https://mastodontech.de/tags/eli5" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>eli5</span></a> , it's pretty cool explained</p><p><a href="https://ieftimov.com/post/deep-dive-cors-history-how-it-works-best-practices/" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="ellipsis">ieftimov.com/post/deep-dive-co</span><span class="invisible">rs-history-how-it-works-best-practices/</span></a></p><p><a href="https://mastodontech.de/tags/guide" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>guide</span></a> <a href="https://mastodontech.de/tags/tipsandtricks" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>tipsandtricks</span></a> <a href="https://mastodontech.de/tags/TIL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>TIL</span></a></p>
Tykayn<p>Quand tu suis la doc officielle de <a href="https://mastodon.cipherbliss.com/tags/nginx" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>nginx</span></a> pour autoriser des requêtes <a href="https://mastodon.cipherbliss.com/tags/cors" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cors</span></a>, que tu relances le serveur mais que ca te dit toujours que ton API n'autorise pas le <a href="https://mastodon.cipherbliss.com/tags/cors" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cors</span></a>.</p>