final | |
|---|---|
readonly | |
implements |
MiddlewareInterface |
Guards the MCP endpoint against DNS rebinding by rejecting an unlisted Origin with an id-less JSON-RPC
error on HTTP 403.
| Methods | ||
|---|---|---|
public
|
__construct(
list<non-empty-string> $allowedOrigins,
list<non-empty-string> $allowedHosts,
ResponseFactoryInterface $responseFactory,
StreamFactoryInterface $streamFactory,
)
|
# |
public
|
process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
|
# |