on 2022 Mar 15 6:15 AM
I Made a simple bot to get data form the service using custom script
but I'm getting this error while running the bot,
I have checked the service on postman it's working fine.
Custom script :
const options = { resolveBodyOnly : true, responseType: 'json', url: '<URL>', method: 'GET', headers: { 'Accept' : 'application/json', 'Content-Type': 'application/json' }, ignoreClientCertificate: true,
Please help me in resolving this error.
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
74 | |
20 | |
9 | |
8 | |
7 | |
5 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.