Dominika.Zolotarew
Level 4
since ‎17-05-21
‎03-04-24

User Statistics

  • 20 Posts
  • 0 Answers
  • 1 Likes given
  • 0 Likes received

User Activity

We expose process as a web service. It works alright.We use Load balancer here to:1. be able to use https (more secure connection)2. utilize more then one resource for one service Unfortunately it doesn't really serve that purpose since  server is sh...
Hello,We expose process as a Web Service. We now face the issue that resource is unavailable since multiple users can trigger the process at the same time.How to pass the information to load balancer that the particular resource is "busy" and therefo...
Hello,I use curl in CMD through "Start Process Read Stderr and Stdout" in  "Utility - Environment" object. It works alright with an exception that in same cases the standard output is not generated, although it should since the same call ran straight...
Hello Everyone Provider of the service expects call that in cURL looks like this (in GitBash):  curl -k -X GET  "https://urlfake.json"  --key "C:\Desktop\decrypted_private_key.pem" --cert "C:\Desktop\public_cert.pem" So I need to provide public cert...
I successfully made a call using "HTTP Request Multipart" action from "Utility - HTTP" VBO,HOWEVER, I was able to do so only after my slight change to the code stage.I wonder if it is a small bug or I was not able to implement it as it was supposed t...
Likes given to