How should I configure http requests in workflow? #5875
0sengseng0
started this conversation in
Suggestion
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Self Checks
Provide a description of requested docs changes
My test request is simple and curl like this:
curl --location 'http://192.168.111.111:9993/translate?text=%E5%88%86%E5%8C%BA%E6%90%9C%E7%B4%A2%E5%B0%86%E6%90%9C%E7%B4%A2%E8%8C%83%E5%9B%B4%E7%BC%A9%E5%B0%8F%E5%88%B0%E9%9B%86%E5%90%88%E7%9A%84%E7%89%B9%E5%AE%9A%E5%AD%90%E9%9B%86%E6%88%96%E5%88%86%E5%8C%BA'
It successfully returns one sentence.

But when I call it in workflow, it always has a status code of 403. This request is simple, did I misconfigure something?
Both services are on a single server.
Beta Was this translation helpful? Give feedback.
All reactions