Cors Error with Spring boot REST API - works with Postman
skeamy876TRIAL
a year ago
HI! I've been trying to effectively connect to my spring boot backend service for some time now. My cors within spring boot has been properly configure but there is still and issue. I find that the only way to effective test it is through post man without any trouble. Is there something I am missing in terms of compatability with spring and react frontends?
2 Replies
arust-insysTRIAL
a year ago
Hello, maybe you managed to correct it? I have the same problem
a year ago
Postman does not care about CORs headers, so requests working through Postman does not show that CORs has been setup correctly, please reference Spring's documentation on how to properly setup CORs.
Status changed to Solved railway[bot] • about 1 year ago