I’m developing tweet search program using Net::Twitter::Lite::WithAPIv1_1
I can get result of search on no-proxy environment, but I can’t get it and also always receive '503: Service Unavailable" on proxy environment(such as Office).
I added follow statement.
$ENV{HTTPS_PROXY} = “http://proxy-server:port”;
If I make a willful mistake proxy-server name or port-no,
I received follow message, so I think correct cording.
500: Can’t connect to (mistake proxy-server name):(Port) (Bad hostname)
What’s wrong?
Please Help!
Thank you.
==============
P.S.
I found Blog which wrote Japanese that Twitter::Lite can NOT use via proxy server.
Is that true??