uzairjamal
Newbie
- Sep 9, 2013
- 5
- 0
There is an existing API that handles data from 6 or more client websites. All client websites call the same API through URL in jQuery .ajax function.
I need client websites to be unique while calling API. I mean to say that no website function should match other website's function.
If my competitor opens up my 2 websites, he must not be able to identify that both the websites are following same structure and using same API.
I need client websites to be unique while calling API. I mean to say that no website function should match other website's function.
If my competitor opens up my 2 websites, he must not be able to identify that both the websites are following same structure and using same API.