TransWikia.com

react-native-tor response -> {"_U":0,"_V":0,"_W":null,"_X":null}

Tor Asked by Adam Tomaszewski on February 16, 2021

I’m playing with react-native-tor NPM. When testing get request

try {
      // Use built in client to make REST calls to .onion urls routed through the Sock5 proxy !
      const resp = await tor
        .get(
          'http://hkos53ez347v35ylogoutdjm4jse2gy6nvrhfz4kqw5565wxryu7etyd.onion/',
          {
            credentials: 'omit',
            headers: {
              'User-Agent':
                'Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0',
              Accept:
                'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8',
              'Accept-Language': 'en-US,en;q=0.5',
              'Upgrade-Insecure-Requests': '1',
              'If-Modified-Since': 'Mon, 01 Feb 2021 13:51:34 GMT',
              'Cache-Control': 'max-age=0',
            },
            method: 'GET',
            mode: 'cors',
          },
        )
        .then((response) => response.json())
        .then((data) => console.log(data));
      // console.log('data:', resp.json());
      return resp;
    } catch (error) {
      console.log('we have error');
      // Catch a network or server error like you normally with any other fetch library
    }

The response I have from console log is {"_U":0,"_V":0,"_W":null,"_X":null}
What am I doing wrong?

The onion URL I try to get GET from is just a simple HTML locally hosted hidden service.

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP