dod.pub
cloudflare-cors-anywhere
dod.pub | cloudflare-cors-anywhere | |
---|---|---|
1 | 6 | |
0 | 720 | |
- | 2.8% | |
2.6 | 3.5 | |
8 months ago | 11 months ago | |
JavaScript | JavaScript | |
- | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
dod.pub
-
Show HN: Dod.pub
Hey Hacker News!
As a software developer in the DoD, one of the most annoying things I encounter frequently is managing DOD CA trust. That’s why I build dod.pub - a simple endpoint that serves the concatenated PEM of all the DoD root CAs. You can check out the code below.
https://github.com/willswire/dod.pub
cloudflare-cors-anywhere
-
Show HN: SQL Workbench in the Browser
Yes, unfortunately if the "foreign" sources don't support CORS, you'd have to use a CORS proxy... If you want to self-host, there's one at https://github.com/Zibri/cloudflare-cors-anywhere that can be deployed to CloudFlare Workers (the code is a bit messy though).
GitHub supports CORS for raw data for example, that's why I put it in the sample queries.
-
Free hosting for super lightweight node.js server?
here’s the one I use
-
Show HN: AirSS is a web-based feed reader that put your privacy first
You could probably add cloudflare workers as an option. There's an example CORS friendly proxy here: https://github.com/Zibri/cloudflare-cors-anywhere
Guessing normal use would fit in their free plan.
-
The open calendar, task and note space is a mess
You should be able to do this with a third party service such as https://fixtur.es/en/team/philadelphia-union
I route my remote calendars through Cloudflare workers for a modicum of privacy from random third party services. It's as simple as running a basic open source relay: https://github.com/Zibri/cloudflare-cors-anywhere
-
Question about HTTPS requests
Otherwise, if it is on a server, when you make the request, add a header like “Origin”: “https://(sitename).com/“ where sitename would be the URL (not yours, in this case Pipedream’s) to avoid CORS. If worse comes to worse though, you could make your own proxy using Cloudflare Workers. There’s also Cloudflare CORS-Anywhere and CORSFlare
-
Discussion Thread
Wait I found this repo for doing what I want, I’ll see if it works
What are some alternatives?
unifi-ddns - Cloudflare DDNS (Dynamic DNS) support for UniFi OS
CORSflare - A lightweight JavaScript CORS Reverse Proxy designed to run in a Cloudflare Worker.
kanye.rest - 🌊 A free REST API for random Kanye West quotes (Kanye as a Service)
organice - An implementation of Org mode without the dependency of Emacs - built for mobile and desktop browsers
vitedge - Edge-side rendering and fullstack Vite framework
cors - Node.js CORS middleware