Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not require network permission #199

Open
ic0xgkk opened this issue Dec 6, 2023 · 5 comments
Open

Not require network permission #199

ic0xgkk opened this issue Dec 6, 2023 · 5 comments
Labels
bug Something isn't working

Comments

@ic0xgkk
Copy link

ic0xgkk commented Dec 6, 2023

Description

I want to use Is Web Server Reachable action to check my web server reachable. But when I add it to my shortcuts, it always return false even through I can open it in safari. I think it may cause by network permission but no network requirement switch in iOS Settings. After I touch the Send Feedback button in app and it requires network permission, and the action works fine and return true in my shortcuts finally.

Is it may be a bug?

macOS/iOS version

iOS 17.1.2 (21B101)

Shortcut URL

No response

@ic0xgkk ic0xgkk added the bug Something isn't working label Dec 6, 2023
@ic0xgkk
Copy link
Author

ic0xgkk commented Dec 6, 2023

And, why it always return false if I use Is Web Server Reachable to check http://100.64.10.2:8080? But Is Host Reachable works fine.

IMG_4368

@sindresorhus
Copy link
Owner

Is it may be a bug?

Maybe an iOS bug. The Shortcuts app is supposed to show the prompt when you run the action.

@sindresorhus
Copy link
Owner

And, why it always return false if I use Is Web Server Reachable to check http://100.64.10.2:8080? But Is Host Reachable works fine.

Try turning off the "require success" setting.

@ic0xgkk
Copy link
Author

ic0xgkk commented Dec 11, 2023

Is it may be a bug?

Maybe an iOS bug. The Shortcuts app is supposed to show the prompt when you run the action.

Okay, got it.

@ic0xgkk
Copy link
Author

ic0xgkk commented Dec 11, 2023

And, why it always return false if I use Is Web Server Reachable to check http://100.64.10.2:8080? But Is Host Reachable works fine.

Try turning off the "require success" setting.

I tried turn off the "require success" and turn on the "Use GET instead of HEAD", but it still shows me "false".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants