DEV Community

Discussion on: No more troubles with CORS using Gorilla/Mux and Go

Collapse
 
evillord666 profile image
Ushakov Michael

Recently a new release (v1.2.3) was published in which decorator for handler function was added for auto add AccessControlAllowOriginHeader header to any response therefore we could claim that we fully solved the issue with CORS.