Quantcast
Channel: Active questions tagged header - Stack Overflow
Viewing all articles
Browse latest Browse all 795

How to identify http request from a iOS or Android application

$
0
0

Is there an enforced by the OS (iOS or Android) way to identify which mobile app is doing HTTP requests.

I want to have a mechanism like the HTTP "Origin" request header which is enforced by the browser.

The use case is to be able to monitor which app is using our SDK and being able to block them if it's used from an app which is not authorized.

I read about the User-Agent, X-App-Version and X-Source headers, are they enforced or is there others which are enforced ?


Viewing all articles
Browse latest Browse all 795

Trending Articles