We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e18329 commit bfbd9beCopy full SHA for bfbd9be
app/code/Magento/Webapi/Controller/Rest.php
@@ -280,7 +280,7 @@ protected function processSchemaRequest()
280
$responseBody = $this->swaggerGenerator->generate(
281
$requestedServices,
282
$this->_request->getScheme(),
283
- $this->_request->getHttpHost(),
+ $this->_request->getHttpHost(false),
284
$this->_request->getRequestUri()
285
);
286
$this->_response->setBody($responseBody)->setHeader('Content-Type', 'application/json');
0 commit comments