Shriji

Results 15 comments of Shriji

```js async function fetchInfo() { const res = await fetch(`${CORS}${URL}`).then(async data => { let d = await data.json(); ... }) setTimeout(fetchInfo, 15000) } fetchInfo() ``` Something like this on the...

If I use the `http://IP:8080` of the instance it seems to work, I have configured vhosts for the port 8080 and works on `https://my.domain.com` and it is behind a cloudflare....

No, they do not have same origin. Application is at `(https://application.domain.com)` and wants to use the cors server `https://cors.domain.com/` The request structure from the client side will be `https://cors.domain.com/https://api-resource.com/endpoint` and...

No, doesn't look like it the client points to the right URL. this is the config ``` ServerName cors.domain.com ServerAlias cors.domain.com ServerAdmin webmaster@localhost ProxyPreserveHost Off ProxyPass / http://127.0.0.1:8080/ ProxyPassReverse /...

Can you give me some explanation, please?

Is the SVG saved safe for the web? I have had this issue when exporting from AI and viewed on chrome, the colours do not match.

it has something to do with your base settings check here there could be hints https://community.adobe.com/t5/illustrator/ai-file-save-in-svg-changing-colours/td-p/10436674

Can you publish a repo?

Been wondering the same, maybe we can add a footer since the site lacks it or we can add along with the header icons (github, discord).

Vuejs [news](https://news.vuejs.org/) has them on every article like this; a static sidebar ![image](https://user-images.githubusercontent.com/3922469/105946940-2c501380-608e-11eb-8123-f7507ef3ec78.png)