-1

I would like to host simple HTTP webservices and develop a web client for it (basic javascript app in the browser).

  • any person (even without registering) shold be able to access the webservices but only via my web client.
  • other web clients should not be able to achieve a meaningful interaction with the webservices

What could I do to achieve this? At least to some extend? Is this even possible?

FuryFart
  • 109
  • 2

1 Answers1

-1

This isn't possible. It would be equivalent to effective DRM, which as has been discussed many times before, is impossible.