workingDog

Results 30 comments of workingDog

I'm glad you worked it out. You maybe be interested in my fork of RKCalendar, with a number of additional features at: https://github.com/workingDog/RKCalendar I'd be interested to see if you...

likewise, thank you for this great project. It would be really good to support zooming.

I have a similar issue. Did you find a workaround?

First, thanks for this great framework. I'm also running into the peer name issue, but I cannot see how to fix it.

thanks. It would help a lot.

I'm testing things now with the following simple html file in Chrome 61 on MacOs: ``` TAXII2 Chrome-->View-->Developer-->Developer Tools function loadTaxii() { var xhttp = new XMLHttpRequest(); xhttp.onreadystatechange = function()...

thanks for your reply. I removed the Content-type and tried a few other things, but no success yet. Is the example html working for you?

I've just dropped the html file in Safari, and it seems to be working. This problem of cross origin appear to be a Chrome problem. Thanks for your help anyway.

Hi Bret, I'm writing a browser app for creating and sending STIX 2.1 objects to a TAXII-2.0 server at: [cyberstation](https://github.com/workingDog/cyberstation) However I cannot get pass the "Access-Control-Allow-Origin" bug. Currently I...

Hi Bret, I've found a way around the 'Access-Control-Allow-Origin' problem. I use the proxy server at: "https://cors-anywhere.herokuapp.com/" This is really a temporary hack. I've put a small html file: testfreetaxii.html...