melissay94 / swapiflashcards

For a school project: Using the star wars api (swapi) to make a flash card game where users pick true or false for the information on the card
0 stars 0 forks source link

Blocking requests from API #1

Open melissay94 opened 7 years ago

melissay94 commented 7 years ago

Heroku is blocking the request for information from the API because heroku uses https where as the api is http. Gotta play around with the headers.

melissay94 commented 7 years ago

Got to do some more testing but it seems that I may have fixed the cors issue.