rabbit request has been sent, but not received a cause analysis debug

Confirmation request has been sent there in the rabbit ( HTTP: // localhost:? 1111 / the Manage / homePage / setDataIntoRedisByBdId bdId = 12 ), but does not receive a request in the background.

And if the request is sent in the browser ( HTTP: // localhost:? 1111 / the Manage / homePage / setDataIntoRedisByBdId bdId = 12 ), the background can be received normally.

 

Tinker with half an hour found, the request is blocked because the request start with / manage, if replaced ( HTTP: // localhost:? 1111 / homePage / setDataIntoRedisByBdId bdId = 12 ) receiving the normal background can be requested.

 

Lesson: next time try to use PostMan send these requests, there will be cached on the browser or verification.

 

Guess you like

Origin www.cnblogs.com/tank073/p/11607992.html