In this lesson we'll talk about a few important concepts.
1) We will address how to tackle the CORS (Cross Origin Resource Sharing) issue that comes up when you have a React app communicate with a Java RESTful API.
2) We'll talk about how to properly send a request from the React app to the Java Server with "application/json" headers.
3) How to grab our generated JWT token on the client side within the response headers.
Other Important Links:
---------------------------
Check out our Bootcamp: https://www.coderscampus.com/bootcamp
Subscribe to the Channel: https://bit.ly/3lKjxp0
#react #cors #jwt #springsecurity
00:00 Intro
00:45 Steps to create the CORS issue
11:27 How to Fix the CORS issue