Re: [atlas] status-check redirects to itself?

2020-04-29 Thread Philip Homburg
On 2020/04/29 19:58 , Stephane Bortzmeyer wrote:
> Since today, status-check seems to redirect to itself?
> 
> % curl -v 
> https://atlas.ripe.net/api/v2/measurements/2060427/status-check\?permitted_total_alerts=3

> < Location: 
> /api/v2/measurements/2060427/status-check/?permitted_total_alerts=3

Note the backward slash and the forward slash.

The redirect is to a slightly different URL.



[atlas] status-check redirects to itself?

2020-04-29 Thread Stephane Bortzmeyer
Since today, status-check seems to redirect to itself?

% curl -v 
https://atlas.ripe.net/api/v2/measurements/2060427/status-check\?permitted_total_alerts=3
...
< HTTP/1.1 301 Moved Permanently
< Server: nginx/1.16.1
< Date: Wed, 29 Apr 2020 17:57:17 GMT
< Content-Type: text/html; charset=utf-8
< Content-Length: 0
< Connection: keep-alive
< Location: /api/v2/measurements/2060427/status-check/?permitted_total_alerts=3

What's up?