Anonymous Access for Running of forms in Pages

Product: PowerShell Universal
Version: 1.4.6

I have a simple form that I have set up on a Page. So I can get to the URL without being logged in, but when I select an option and hit the input button, I get just a big red circle with white X. Maybe I am doing something wrong. Do I have to be logged in to run this script on the Page?

Executing scripts from pages won’t work for unauthenticated users. We could certainly enhance that. It’s using the management API for PSU to do so so it requires authentication.

You could invoke an API though with a form in a page and not require authentication.

EDIT: I’ve opened a feature request for this. Anonymous Script Execution · Issue #656 · ironmansoftware/issues · GitHub