Hi, I keep receiving error when trying to use UTL_HTTP.
ORA-29273: HTTP request failed
ORA-29259: end-of-input reached
ORA-06512: at "SYS.UTL_HTTP", line 368
ORA-06512: at "SYS.UTL_HTTP", line 1118
What is the meaning of "end-of-input reached"?
I have set ACL and the wallet properly. I was able to make a POST request to get Access Token.
By the way this works when using Postman
Any Idea?