Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: ImposterPrinter should also print allowCORS property #761

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

teameh
Copy link
Contributor

@teameh teameh commented Mar 29, 2024

Fixes #760

@@ -30,6 +30,9 @@ function create (header, server, loadRequests) {
if (header.endOfRequestResolver) {
result.endOfRequestResolver = header.endOfRequestResolver;
}
if (header.allowCORS) {
result.allowCORS = header.allowCORS;
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I doubted a little bit if this was the right place to put this, since its http(s) only, but I guess so since since tcp's endOfRequestResolver is also listed here on line 30?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GET imposter(s) with replayable: true does not return allowCORS property
1 participant