http://mnaxv2amcoysm63cdjtjmfown65muwicvle4n3cxjxp6azsyphe4k5ad.onion
It is important that you use rawurlencode() in PHP or encodeURIComponent() in Javascript for each string parameter, otherwise special characters in the string can break the request. You must encode each parameter individually, NOT the entire URL. Javascript Encoding Example: url = url + '&headers=' + encodeURIComponent('{"connection":"keep-alive"}'); PHP Encoding Example: $url = $url .