in reply to Need help with sending xml formatted payload using HTTP::Request

I don't know what this Bamboo stuff is but it says
Use HTTP basic authentication (Authorisation HTTP header) containing 'Basic username:password'. The URL must also contain the 'os_authType=basic' query parameter.
And gives an example
http://host:8085/rest/api/latest/plan?os_authType=basic
Seems to me you're having problems with this Bamboo thing rather then Perl?
  • Comment on Re: Need help with sending xml formatted payload using HTTP::Request
  • Download Code

Replies are listed 'Best First'.
Re^2: Need help with sending xml formatted payload using HTTP::Request
by drohr (Acolyte) on Jan 20, 2015 at 18:59 UTC
    this is not an authentication issue. I am able to make other GET and POST calls. The issue I am having is trying to send an xml payload.