http-proxy-middleware proxy is not working in React js and Spring Boot project. GET API is return 415 status error
问题 I'm using the http-proxy-middleware middle ware. Content-Type: application/json is must be add in API's headers while execute with postman. I added my API's header configuration in React. I think the error is caused by I dont send headers corrently. Actually I dont know. Please help me. Thanks Spring Boot MovieController.java @RestController @RequestMapping("/movie") public class MovieController { @Autowired private IMovieService movieService; @GetMapping(value = "/fetchAllMovieList",