We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf7d393 + ef4a9c8 commit f67cfc9Copy full SHA for f67cfc9
CHANGES.rst
@@ -26,6 +26,9 @@ esa.hubble
26
- Refactored query_criteria to use ehst.archive table therefore making the query
27
a lot faster. [#2524]
28
29
+- Update TAP url to avoid 301 HTTPError. [#2567]
30
+
31
32
alma
33
^^^^
34
astroquery/esa/hubble/core.py
@@ -47,8 +47,8 @@ def __init__(self, tap_handler=None):
47
super().__init__()
48
49
if tap_handler is None:
50
- self._tap = TapPlus(url="http://hst.esac.esa.int"
51
- "/tap-server/tap/")
+ self._tap = TapPlus(url="https://hst.esac.esa.int"
+ "/tap-server/tap")
52
else:
53
self._tap = tap_handler
54
0 commit comments