AutomaApp / automa

A browser extension for automating your browser by connecting blocks
https://www.automa.site
Other
10.78k stars 1.1k forks source link

No 'Head' Method for HTTP Request #1591

Closed xiaoquqi closed 6 months ago

xiaoquqi commented 6 months ago

When I try to download an object from object storage I want to check if the object is exists, so I need to use HEAD to check instead of GET all the content.