Hello,
I'm noobie in SIL and I need to create a http POST request to send on transition some issue fields to a DB server and to get confirmation it's delivered.
The DB admin provided me with a connection string like:
curl -location -request POST 'https://xxxxx.yyyyy.org/db/hs/tikets/<issue key>/updateinfo' \
--header 'Authorization: Basic abCDefghjk' \
--header 'Content-Type: text/plain' \
--data-raw '{Test:True}'
The data to send can be in JSON.
My code is:
Error is: Exception while executing SIL program >>null<<: [SIL Error on line: 41, column: 21] null
Appreciate any help.
BR,
Ivan
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.