Hello champions of all things DCS!
I'm looking at the DCS:SA REST API to solve some of my woes. I was hoping someone out there has done this before and can help me with my issue. As I understand it, this is the process for using the REST API:
1. Grab a token from the UMC
2. Run the REST API using the token as your credential (for up to 30 minutes)
3. Profit.
When I try to connect to my 6.7 server to grab the token, I get:
HTTP Status 405 - Request method 'GET' not supported
type Status report
message Request method 'GET' not supported
description The specified HTTP method is not allowed for the requested resource.
Symantec Data Center Security Server Manager
I'm using chrome for this but the same thing happens when I try it using Powershell's Invoke-WebRequest cmdlet. Weirdly when I change the method to options it tells me: Access-Control-Allow-Methods: GET,POST,PUT,DELETE,OPTIONS
Any idea what I might be doing wrong here?