Try our conversational search powered by Generative AI!

HTTP GET for /episerverapi/commerce/task/someGuid/Status throws an exception (HTTP 500) when expecting a HTTP 404 response

Found in

EPiServer.ServiceApi 1.4.0

Created

Mar 06, 2015

Updated

Apr 23, 2015

Area

Falcon/Commerce

State

Closed, Fixed and Tested


Steps to reproduce

DI-150588. Not sure really if this is intentional or a bug, but would expect 404 instead of 500 from RESTful API.

Steps to reproduce

  1. Setup EPiServer Service API
  2. Do HTTP GET to  /episerverapi/commerce/task/someGuid/status
  3. Returns 500 instead of 404


Expected: 404 response

Actual: 500 response