- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 233
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
Loading over https doesn't work #10
Comments
👍 Thanks for the heads-up. I'll update the dependencies in the next release |
@RomanGotsiy - I just released a new version of JSON-Schema-$Ref-Parser that was built with an updated version of Browserify, which uses I'm going to optimistically close this issue. But feel free to re-open it if it turns out that I've been too hasty :) |
@BigstickCarpet I'm using |
Ah, ok. Well I've started working on a new build of Swagger Parser with the updated version of JSON Schema $Ref Parser... so expect that soon |
https
protocol is ignored and specs are always loaded overhttp
Check out the attached picture. Despite spec url starts from
https://
Chrome Debugger Network tab says that spec was loaded overhttp
:I've done some research and found out that the issue is caused by this issue: https://github.com/substack/https-browserify/issues/6
So I believe to fix this issue you just need to update
browserify
version to v13 in this and maybe in BigstickCarpet/simplifyify packageThe text was updated successfully, but these errors were encountered: