Problems with Citrix, and Crossorigins.me for the Local Weather App

I finally was able to figure out how to get the API call to work, but of course there’s a new issue…
I work in a Citrix environment at work and want to work on my project while at work (currently not working as a developer). However, due to Citrix I am not able to get a response with Crossorigins.me.

How do I get around this? Here is a link to my project https://codepen.io/Jeco/pen/BZRoLr it does work at home, I can provide console log info if that helps.

Thank you in advance!

Hey there. I did my the crossorigin.me way the first time around. I had to rewrite with a different api eventually. I highly recommend this free API: https://www.apixu.com/

Here is a link to my app that uses it.
https://okiwebdesign.us/lw.html

I had the same issue when doing the challenges put https://cors-anywhere.herokuapp.com/ in front of your API URL and it should work as expected :slight_smile:

1 Like

Works like a charm! Thank you so much, I got downvoted on Reddit R/LearnProgramming for asking a similar question… some people… Do you happen to know why this happens with Citrix?

1 Like

So to be honest I don’t know what Citrix is, I had problems with the proxy you mentioned when you first wrote this post - I know the proxy I mentioned worked and hoped it’d work for you. Communities like Stackoverflow and Reddit kinda suck for beginners- you get downvoted because they don’t want to help newbies. But this forum is welcoming, as always let us know if you need anything else :slight_smile: