$ curl -v "http://sma-v3.sma.com/catalog/?testing=123"
* Trying 192.168.69.246...
* Connected to sma-v3.sma.com (192.168.69.246) port 80 (#0)
> GET /catalog/?testing=123 HTTP/1.1 Host: sma-v3.sma.com User-Agent:
> curl/7.42.1 Accept: */*
>
< HTTP/1.1 302 Found
< Date: Sun, 28 Jun 2015 00:59:03 GMT
< Server: Apache/2.4.10 (Linux/SUSE)
< Location: https://sma-v3.sma.com/clickcart/?testing=123
< Content-Length: 313
< Content-Type: text/html; charset=iso-8859-1
<
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>302 Found</title>
</head><body>
<h1>Found</h1>
<p>The document has moved <a
href="" href="https://sma-v3.sma.com/clickcart/?testing=123" rel="noreferrer" target="_blank">https://sma-v3.sma.com/clickcart/?testing=123">here</a>.</p>
<hr>
<address>Apache/2.4.10 (Linux/SUSE) Server at sma-v3.sma.com Port
80</address>
</body></html>
* Connection #0 to host sma-v3.sma.com left intact