Home > Net >  403 Forbidden Error on Post request after upgrade of macOS from BigSur to Monterey
403 Forbidden Error on Post request after upgrade of macOS from BigSur to Monterey

Time:11-03

I upgraded my macOS from BigSur to Monterey yesterday, and now I can not make POST requests in postman to my application. when I run curl -i http://localhost:5000 I get a 403 Forbidden error.

Response Headers

Environment:

  • Postman Version 9.1.3 (9.1.3)
  • Docker version 4.1.1
  • Spring boot version 2.5.6

Has anyone experienced this?

CodePudding user response:

Notice the Server line – it's not your application that is responding. See Why is Control Center on Monterey listening on ports?.

  • Related