Bootiful Development with Spring Boot and React

Alex Smith

Nice post. I am impressed by the quality of information on this website. Thanks for sharing this post.

Kenneth Shine

The React App issues an HTTP OPTIONS request. Why? What calles it?
This React app is referenced in your post https://dzone.com/articles/…
The React App issues an HTTP OPTIONS request but I do not see that discussed (except telling me it happens when discussing CORS) in this or other posts. There is no OPTION call in any of the React source you have posted. What calls it? Is it automatically called in one of the React libs that get included? Thanks.

Matt Raible

The OPTIONS request is made by your browser. See this Stack Overflow answer for more information.