Something went wrong. Try again later

ErmekBarmashev

This user has not updated recently.

3 0 0 0
Forum Posts Wiki Points Following Followers

ErmekBarmashev's forum posts

Avatar image for ermekbarmashev
ErmekBarmashev

3

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

@dancingpolkabear: Thank you for your answer! I'm just making a pet project for myself so security was not one of my concerns. I'm not experienced in backend so this is a good opportunity to try it. Cheers!

Avatar image for ermekbarmashev
ErmekBarmashev

3

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

I'm trying to get a response using axios but keep getting a cors error. It perfectly works in postman. Maybe someone can help? The code is below:

axios({ url: "https://www.giantbomb.com/api/company/3010-82/?api_key=[API_KEY]&format=json", method: "get", })

.then((res) => { console.log("works"); })

.catch(() => { console.log("doesnt work"); });