Forum Discussion

Cabation's avatar
Cabation
Visitor
6 years ago

How to return HTTP status code without description?

Hello everybody,

I try to verify a reason for an error . For this I use a mock service and send responses.

What I get is an response starting with...

 

HTTP/1.1 202 Accepted

 

What I need is a response starting with ...

HTTP/1.1 202

... without "Accepted"

Is ther a chance to get a message like this?

 

Thanks in advance!