Co-authored-by: hobo.l <hobo.l@binance.com>tags/0.11.1
| class RemoteFileInfoApi(WebApiResource): | class RemoteFileInfoApi(WebApiResource): | ||||
| @marshal_with(remote_file_info_fields) | @marshal_with(remote_file_info_fields) | ||||
| def get(self, url): | |||||
| def get(self, app_model, end_user, url): | |||||
| decoded_url = urllib.parse.unquote(url) | decoded_url = urllib.parse.unquote(url) | ||||
| try: | try: | ||||
| response = ssrf_proxy.head(decoded_url) | response = ssrf_proxy.head(decoded_url) |