×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Hi Nadir
I tried to run this statement with "redirect" , but i get the same answer
select * from
table(QSYS2.HTTP_GET_VERBOSE(
https://zzz.xxxxxx.com/api/v1/mapping/catalog/'
, '{"headers": {
"Authorization" : "Basic Y____u ", "requireSecure": "true" ,
"redirect": 5 } } ')) as x ;
Response
{"HTTP_STATUS_CODE":302,"Date":"Thu, 28 Nov 2024 13:59:24
GMT","Content-Length":0,"Connection":"keep-alive","x-ratelimit-limit":200,"x
-ratelimit-remaining":199,"x-ratelimit-reset":60,"location":"
https://pr-back
end-s3-catalog0.s3.eu-west-1.amazonaws.com/catalog/export/catalog.csv?X-Amz-
Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Crede
ntial=AS__128%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Date=20241128T135924Z&X-
Amz-Expires=3600&X-Amz-Security-Token=I__Yw%3D%3D&X-Amz-Signature=0xxxxxxxxX
-Amz-SignedHeaders=host&x-id=GetObject"}
Pheraps is wrong my statament ??
Thanks
As an Amazon Associate we earn from qualifying purchases.