How to hide/encrypt the ajax requests from network tab in google and other browsers? [duplicate]
问题 This question already has answers here : How to clear ajax requests from network tab using jquery? (2 answers) Closed 2 years ago . I am working on jwplayer and I just want to hide/encrypt the ajax requests that are sent by jwplayer to play the video. The reason is this when jwplayer send request it contains video id and I don't want to reveal it because it is streaming from google drive and any one can leach the same video. Is there any method to hide/encrypt ajax calls from console? I have