Archive
Using a #Cors #Proxy to call #API s from #Javascript

Javascript has always limited the ability to make arbitrary web requests to third parties, this has generally meant that projects required a server side component, even if its only purpose was to ferry data from a third party to the client.
CORS changed this somewhat, it allowed API service providers indicate to Javascript clients that it was OK for arbitrary web requests to be made to them, and the fact that any related security concerns were unimportant. – After all, any statically authenticated API would have the api key exposed in client code.
However some API providers don’t declare a CORS header. This can be down to security concerns, ignorance of Javascript clients, or just misconfiguration. That’s where a CORS proxy comes in. This is where a third party will do the connection for you, and it will declare the CORS header saying it’s OK to connect to them.
You can always develop this yourself, but a free public service is https://cors-anywhere.herokuapp.com – which is open source on github here- https://github.com/Rob–W/cors-anywhere/
All you need to do it call https://cors-anywhere.herokuapp.com/<url> where <url> is the third party API. It passes basic authentication headers through, but you need to call it via AJAX, you can’t just paste it into a browser. This is to prevent service abuse.
Thanks Rob-W, whoever you are 🙂
Comparison of Dedicated Windows Servers; for me @easyspace wins

| A | B | C | D | E | F | G | |
|---|---|---|---|---|---|---|---|
|
1
|
Supplier | Ref | Memory | Speed | Disk | Price / month (after 1st year, ex VAT) / GBP | Url / notes |
|
2
|
1and1 | XL32 | 32 | 3.8 | 2TB | 124.99 | |
|
3
|
Ovh | SP-32 | 32 | 4.2 | 2TB | 60+17 = 77 | |
|
4
|
coreix | SC512L | 16 | 3.5 | 1TB | 144 | |
|
5
|
Kimsufi | KS-5 | 16 | 2 | 2TB | 38 – NOT WINDOWS | |
|
6
|
easy
space |
X5650 | 32 | ? | 4TB | 79.99 |
Going to move server shortly, after a RAID failure in our 1&1 server, which we’ve had for just under 2 years. So I was looking for something similar, but a little better, than the 24GB 3.4 GHZ quad code 2TB server that (l4i) that we currently pay £80 ex VAT for each month.
Initially, I was just going to go for an upgrade with the same hosting company, but the jump from £80 to £125 seemed too much, even if it had more memory.
So, I hunted around. OVH had a very good deal alt £77, but for VAT reasons, I wanted to be billed from a UK company against our Irish VAT, so it could be zero rated. OVH had an Irish company, which was not what I wanted.
Kimsufi was very cheap, and uses OVH infrastructure, but it only offers Linux, which is no good.
IBM, Amazon, and Azure were way off the mark in terms of price so I didn’t include them.
Eventually I went with EasySpace, even though their online form didn’t work very well, and they take 48 hours to set up when OVH could set up in 2. – but I’m not in a huge rush.