تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
1520 أدوات العرض

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?

الصورة الرمزية
إهمال
أفضل إجابة

Hi,

The connection issue may be caused by one of the following:

  1. 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.
  2. 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


الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
2
ديسمبر 24
2155
3
فبراير 25
3623
0
مايو 24
46
1
أبريل 24
3386
1
سبتمبر 23
2320