Skip to content

Commit

Permalink
CORE-1169 - Ruby Code Example to use HTTPS proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
kochniev committed May 13, 2022
1 parent 682f863 commit 0d199ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content-by-language/ruby/outbound-integration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
http.headers["Content-Type"] = "application/json"
http.cacert = '{CERT_LOCATION}'
http.proxy_url = proxy
http.follow_location = true
http.ssl_verify_peer = true
http.post_body = {account_number: '{ALIAS}'}.to_json
http.post
Expand Down

0 comments on commit 0d199ce

Please sign in to comment.