go-backend-clean-architecture icon indicating copy to clipboard operation
go-backend-clean-architecture copied to clipboard

Add CORS middleware support

Open pinyuho opened this issue 1 year ago • 0 comments

Hi! I really appreciate your work. It helped a lot, thank you. However, I encountered some bugs when developing on cross origin platforms(especially calling the API from local React App frontend. e.g., localhost:3000).

Error message on Chrome DevTools:

Access to XMLHttpRequest at 'http://localhost:8080/login' from origin 'http://localhost:3000' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.

Hope this PR would help:)

pinyuho avatar Jul 04 '23 14:07 pinyuho