You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using an inhouse STAC server, using resto. As far as I can tell, resto doesn't allow POST for search, only GET. Which means from the qgis plugin, I get the following type of error:
2023-03-27T12:31:19 CRITICAL Problem in fetching content for http://address.of.mystac.server:30000.Error details, {"ErrorMessage":"Method Not Allowed","ErrorCode":405}
2023-03-27T12:32:00 INFO Getting API conformance classes...
2023-03-27T12:32:00 INFO 19 conformance class(es) was found
2023-03-27T12:32:09 INFO Testing connection...
I couldn't see a way to set 'method="GET"' in the query interface. Is this possible? If not, do you think this could be added?
Search from pystac client works ok for me, provided I use the 'method="GET"' argument.
The text was updated successfully, but these errors were encountered:
I'm using an inhouse STAC server, using resto. As far as I can tell, resto doesn't allow POST for search, only GET. Which means from the qgis plugin, I get the following type of error:
I couldn't see a way to set 'method="GET"' in the query interface. Is this possible? If not, do you think this could be added?
Search from pystac client works ok for me, provided I use the 'method="GET"' argument.
The text was updated successfully, but these errors were encountered: