I am working on a script in Sites that processes POST parameters. It is published as service and allows anonymous access. I have trouble testing my code since the new Versions and Libraries feature was introduced. Changes I make are (obviously) not reflected in my service until I explicitly save a version and publish. I don’t see how ‘development mode’ could work for me, since the anonymous access bit is essential. Saving and publishing a new version every time I change something is very, very time-consuming though. Does anyone have suggestions/ideas for a workaround to this? Am I overlooking the obvious?
Thanks,
arno
This may be an edge case that wasn’t considered when developing the new versioning system for webapps. For now you’re best bet is to just create a new version, but if you feel strongly you can file a feature request to allow for anonymous access to the development URL.