Is it considered bad practice to perform HTTP POST without entity body?

I need to invoke a process which doesn’t require any input from the user, just a trigger. I plan to use POST /uri without a body to trigger the process. I want to know if this is considered bad from both HTTP and REST perspectives?

6 Answers
6

Leave a Comment