in reply to Can't get a server response from LWP Request

Hi ddominnik,

Just a small note: in your LWP example, you need to insert the actual port number in the string my $host = 'https://jira.hostname:PORT/jira/rest';. (I haven't used JIRA::REST or REST::Client so I can't comment on those.)

Hope this helps,
-- Hauke D

Replies are listed 'Best First'.
Re^2: Can't get a server response from LWP Request
by ddominnik (Novice) on Sep 23, 2016 at 08:02 UTC
    I did that of course, this was just a way of demonstrating my problem