daust / JasperReportsIntegration

JasperReportsIntegration provides an interface to use the JasperReports reporting engine in an Oracle database application, specifically with Oracle Application Express (Oracle APEX).
BSD 3-Clause "New" or "Revised" License
55 stars 23 forks source link

XLIB_HTTP http_version #79

Closed gomanuke closed 2 years ago

gomanuke commented 3 years ago

Hello. It appears utl_http.http_version_1_0 to be a becoming not actual parameter. I've encountered with a problem 403 while using utl_http.http_version_1_0 quering certain CRM site, but utl_http.http_version_1_1 solved it.

daust commented 2 years ago

Good point.

I will switch to using http_version_1_1 as the new default and add that as a parameter when calling the apis.

Then someone could downgrade back to version_1_0 if needed.