Skip to content

Commit

Permalink
Merge 773a403 into f68543c
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Parasotchenko committed Aug 29, 2017
2 parents f68543c + 773a403 commit c08b808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ skipped till `Zend\Mvc\MvcEvent::EVENT_FINISH`, which is responsible for actuall
### Actual request

When an actual request is made, ZfrCors first checks it the origin is allowed. If it is not, then a new response with
a 403 status code (Unauthorized) is created and sent.
a 403 status code (Forbidden) is created and sent.

Please note that this will also prevent further MVC steps from being executed, since all subsequent MVC steps are
skipped till `Zend\Mvc\MvcEvent::EVENT_FINISH`, which is responsible for actually sending the response.
Expand Down

0 comments on commit c08b808

Please sign in to comment.