We are trying to call inputfiles api (https://alteryx-stg.portal.ge.com:443/gallery/api/user/v2/inputfiles/) from custom website using python backend, but getting proxy error. The same proxy works for some external apis which we are using.
We are connecting through requests in python ( requests.get(url=url, headers=header, proxies=proxy) ) where header is form data for file.
Also the request url needs oaauth signature which generates automatically on the api documentation try out, but how should we generate it from python backend.