glideapps / quicktype

Generate types and converters from JSON, Schema, and GraphQL
https://app.quicktype.io
Apache License 2.0
11.93k stars 1.05k forks source link

Document / add a setting for http proxy configuration #2436

Closed viscontem closed 3 months ago

viscontem commented 9 months ago

During external references resolution, the library fetches external schemas from the Internet. When working behind a corporate proxy, these requests are blocked.

A setting allowing the user to pass details about a HTTP(S) proxy would allow the library to work behind a corporate proxy.

inferrinizzard commented 3 months ago

Managing HTTP Proxies is not within the scope of quicktype, I would recommend a third-party proxy app such as Charles or Fiddler for your use case