Andrew Gibson
Andrew Gibson
Yes, sorry. This is how I set it up. Adding requiredSession(oneOff,usingHeaders) effectively nullified my CORS setting. If I get the headers manually myself, CORS works as expected. I'm using ```akka-http-cors```...
That workaround is not working for me.
Yes, and that is what I have in the .gitconfig file.
I have the same issue, but unable to fix with the work-around. I have tried multiple variations of below in my `build.sbt` file with no luck: ```sbt publishMavenStyle := true...