You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
I created the PWA2UWP toolkit (source on GitHub) to make a valid UWP app package for a web app using nothing but a browser. It works fully client-side.
If the CloudAppX service could be called from a browser, the toolkit could automate the final step of converting the .zip package it generates into an .appx. Right now I have to instruct users to do it manually.
If you could respond with Access-Control-Allow-Origin: * and Access-Control-Allow-Methods: POST on https://cloudappx.azurewebsites.net/v3/build, that would be really cool!
4fa3d99 “removed unused cors require”.
It seems you are not against CORS, just that no one used it before 😉
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I created the PWA2UWP toolkit (source on GitHub) to make a valid UWP app package for a web app using nothing but a browser. It works fully client-side.
If the CloudAppX service could be called from a browser, the toolkit could automate the final step of converting the
.zip
package it generates into an.appx
. Right now I have to instruct users to do it manually.If you could respond with
Access-Control-Allow-Origin: *
andAccess-Control-Allow-Methods: POST
onhttps://cloudappx.azurewebsites.net/v3/build
, that would be really cool!4fa3d99 “removed unused cors require”.
It seems you are not against CORS, just that no one used it before 😉
Thanks!
The text was updated successfully, but these errors were encountered: