zertifikatsfix in netstorage
This commit is contained in:
@@ -501,12 +501,15 @@ create or replace package body pck_net_storage as
|
||||
pck_mitarbeiterrecht.p_hat_recht('LESEN_ALLES');
|
||||
p_assert_allowed(i_object_key);
|
||||
|
||||
-- Wir nutzen hier direkt apex_web_service.make_rest_request_b, statt der internen f_make_request funktion, da wir nur hier einen blob statt clob return wert brauchen und eine extra
|
||||
l_response := apex_web_service.make_rest_request_b(
|
||||
p_url => f_build_url(i_object_key)
|
||||
,p_http_method => 'GET'
|
||||
,p_credential_static_id => pck_system.f_get_par_wert_by_programmid('NETSTORE_CRED_ID')
|
||||
,p_wallet_path => pck_system.f_get_par_wert_by_programmid('NETSTORE_WALLET_PATH')
|
||||
);
|
||||
|
||||
|
||||
l_status := apex_web_service.g_status_code;
|
||||
|
||||
if l_status = 404
|
||||
|
||||
Reference in New Issue
Block a user