jshodan icon indicating copy to clipboard operation
jshodan copied to clipboard

Not able to call the APIs when running within a proxy

Open sufail opened this issue 5 years ago • 1 comments

Tried calling ShodanApi.hostByIp(), but it seems like since my network is under proxy, it could not connect and timed out eventually. How to add proxy settings to the APIs ?

sufail avatar Sep 22 '20 04:09 sufail

Currently is not a supported feature. If you want to contribute, you need to modify this class in order to allow pass objects of type Proxy.

If you want a reference, see this post from SO.

fooock avatar Sep 23 '20 13:09 fooock