Recent content by sbstratos79

  1. S

    curl: inaccessible or not found

    I was running crDroid based on Android 11 before wiping my phone. After wiping, I switched to Pixel Experience based on Android 11. I suspect it has something to do with the Pixel flavour of Android since 2 of the phones that I tested curl on were Pixels and the 3rd phone was running Pixel...
  2. S

    HTTP Request (POST, PUT) action

    Just google curl manual. You can also run curl -h on windows command prompt or Linux terminal to view help. I should note that curl has not been working for me after I wiped my phone, recently.
  3. S

    curl: inaccessible or not found

    I know Termux has curl but it's not ideal. I need to have 2 extra apps for running a simple curl command. Did a recent update remove it or is it phone related? I have tried running curl on 3 different phones with Macrodroid. It didn't work on any of them.
  4. S

    curl: inaccessible or not found

    I re-installed Macrodroid recently, after wiping my phone. Now, curl and wget are not working. I get this message in the output variable: I want to use Macrodroid for downloading images from reddit, by parsing url from reddit rss. It's a shame that Macrodroid doesn't have any action for...
  5. S

    HTTP Request (POST, PUT) action

    iirc, clipboard access had been after Android 10. You'll most probably need root to get this to work if you are on Android 10+. The curl command method is much more reliable and easier. You get the response within macrodroid so no clipboard access needed.
  6. S

    HTTP Request (POST, PUT) action

    I created a macro for getting weather data with tomorrow.io's API and I used text manipulation to extract the data I needed. Regex is a very powerful tool.
  7. S

    HTTP Request (POST, PUT) action

    Since my last post here, I have realized that you can execute simple http requests by using curl commands with just the Shell script action. You guys might want to check that out as well. It's much simpler and doesn't require an external app.
  8. S

    HTTP Request (POST, PUT) action

    In case you still haven't found a solution. You can pass variables to HTTP shortcuts like this: Make sure the variable you're using is static. Once you've created the shortcut in the app, open the context menu in the app by long pressing the shortcut, select Show Info. Copy the deep link. In...
Top