I am trying to send a GET request to another external API, but the call always errors out with Connection Refused. I have tested the external API endpoint in Postman, with no issues. Is there any setting in Odoo that would allow an external API request to go through?
此問題已被標幟
1
回覆
3705
瀏覽次數
Hi,
The connection issue may be caused by one of the following:
- Base URL using HTTP instead of HTTPS – If the external API only supports HTTPS, calling it over HTTP could result in a Connection Refused error. This should be updated to the correct secure endpoint.
- Missing or incorrect dbfilter configuration – 'dbfilter ' is mainly needed when running multiple databases to ensure Odoo routes requests to the correct database. While it does not directly control outbound API calls, a wrong configuration could cause requests to be processed in the wrong database context, potentially impacting API-related workflows
Hope it helps
| 相關帖文 | 回覆 | 瀏覽次數 | 活動 | |
|---|---|---|---|---|
|
|
0
4月 26
|
6 | ||
|
|
2
8月 25
|
4753 | ||
|
|
2
12月 24
|
4890 | ||
|
|
3
2月 25
|
6513 | ||
|
|
0
5月 24
|
46 |