Quantcast
Channel: User Kamil Maciorowski - Super User
Viewing all articles
Browse latest Browse all 675

Comment by Kamil Maciorowski on Why is curl blocked by site even through reverse SSH tunnel proxy?

$
0
0
Quote the URL argument properly. These [1] 10869[2] 10870 lines indicate that the shell runs something in the background and this is because of unquoted & characters. You definitely don't want to run it this way as you lose some parts of the URL (they form harmless(?) pieces of shell code interpreted by the shell). Your URL does not contain single-quotes, so just single-quote the whole of it. Quoting won't probably solve your problem, still it's the right thing to do.

Viewing all articles
Browse latest Browse all 675

Trending Articles