DVSoftware
DVSoftware
I don't think user agent string parsing is a good idea, because it can be spoofed, which may render the bundle broken for that browser. If possible, detecting the specific...
Default headers also
I can confirm, Firefox for mac
Hi, I'm going to investigate this
I agree, this is a serious issue. We were directing our customers to the wiki page to download OpenSC, which is needed by our software. I can only hope nobody...
> I'd like to propose an alternative to webhooks that gets the job done just as well (or better), and may be simpler to implement on your (Etsy's) side: >...
It is not only about wasting resources on Etsy's side. It is a huge waste on the app's side to check for changes every minute for thousands of users. Combination...
It's not one call a minute, it's one call times how many shops you have to keep in sync, unless you can somehow tell the API which shops you are...
Yeah, i did something like that, but it would be nice not to have workarounds
I did something similar a decade ago using localStorage events. See https://developer.mozilla.org/en-US/docs/Web/API/Window/storage_event