Closed cooper8686 closed 3 years ago
https://github.com/api-platform/api-doc-parser/blob/9ffab8247ac96b0b22d0b184ac7e3b71f30e9c81/src/hydra/parseHydraDocumentation.ts#L56
why used http instead of https? the browsers throw error when use mixed content
http
https
Because it's a namespace, not a dereferenceable URL (similar to XML namespaces). It is defined here, and every character count: http://www.hydra-cg.com/spec/latest/core/#hydra-at-a-glance
https://github.com/api-platform/api-doc-parser/blob/9ffab8247ac96b0b22d0b184ac7e3b71f30e9c81/src/hydra/parseHydraDocumentation.ts#L56
why used
http
instead ofhttps
? the browsers throw error when use mixed content