Failed to load
http:/www.website.com/apis/login: Request header field apitoken is not allowed by Access-Control-Allow-Headers in preflight response.
i am using cors_plug
in my endpoint file
plug CORSPlug, origin: “*”
plug CorpWeb.Router
i am not able to find what i am missing.