ansible / ansible-modules-core

Ansible modules - these modules ship with ansible
1.3k stars 1.95k forks source link

Uri module modifies + sign to spaces #5913

Closed Vissnupriyasae closed 7 years ago

Vissnupriyasae commented 7 years ago

Am using uri module to call the jenkins credential API. My payload has the SSH key which contains ("+") character. When it post the credential, it removes + sign and includes spaces. Am using the header

headers:
  Content-Type: "application/x-www-form-urlencoded"

Could you please look in to that ?

ansibot commented 7 years ago

This repository has been locked. All new issues and pull requests should be filed in https://github.com/ansible/ansible

Please read through the repomerge page in the dev guide.