Collector Issue // Unsupported HTTP method

Did you happen to see my reply in the other thread @lkstrategy?

The screenshot you shared there showed you had used http:// in specifying your collector endpoint - which should be left out. So in:

window.snowplow('newTracker', 'cf', '{{MY-COLLECTOR-URI}}' ...

{{MY-COLLECTOR-URI}} should be collector.acme.com rather than http://collector.acme.com, for example.