wrong curl the way i put on my original question (the token is temporary so it will expire after some time).... curl -k https://prd-p-uaiyv.splunkcloud.com:8088/services/collector/event -H "Authorization: Splunk 26f05822-ff96-476c-b11b-234e1dcacc0b" -d '{"event": "hello world"}'
{"text":"Success","c...
Hello people, i have been trying to make log forwarding to splunk instance that splunk instance seems to be working well (is a splunk cloud trial) and after doing a curl it seems to be working well: curl -k https://xyx-y-xxxx.splunkcloud.com:8088/services/collector/event -H "Authorization: Splunk x...
when try to invoke actions on a app builder local (aio app run) there is a console error that says: Access to fetch at 'https://xxxxxxcyanelk.xxxxxadobeioruntime.net/api/v1/search_test/index-page from origin 'https://localhost:9080 ' has been blocked by CORS policy: Request header field x-ow-extra-...
This was really helpfull the port i was using is in effect closed so i did change the port used to conect on the remote instance (in my case was Elastic Search) and worked well
Hello i've finally found that the problem is due to ports not opened for my Elastic Search instance connection so i finally found the problem and the way i'm going to solve it is to change to port used for Elastic Search connection to another port that are already open in App Builder:Here the doc ab...
hello thanks againthe api responds in less than 1000ms in postman with 200 ok response, and yes on runtime it says "503 timeout"i'm using node fetch node-fetch authentication is bearer token (by open i mean there's no api whitelisting yet)
1- thanks for reply, as i already mentioned while from runtime the response is 503 timeout, in postman works ok which means the response is 200 ok .2- fetch js 3-By the moments theres no whitelisting on ES API is open and theres no VPN.
Actually it happens with any method type (post/put/get/delete) request with node fetch at action level to Elastic Search API running on port 36029 responses error 503 timeout, i have events that triggers actions in this case if send a the same request from postman it works fine but the request done ...