Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting MSISDN from mobile browser headers

What is the best way of going about this? I need to get MSISDN data from users accessing a mobisite to enhance the user experience. I understand not all gateways would populate the headers entirely, but would wish to have MSISDN capture as option one before falling back on a cookie based model

like image 469
Creativemind Avatar asked Jan 19 '23 20:01

Creativemind


2 Answers

I know this is an old post, but I'd like to give my contribution.

I work for a mobile carrier and here we have a feature that you can set some parameteres for header enrichment. We create some filters to match certain traffic passing through the GGSN (GPRS gateway node) then it opens the packages at layer 7 (when application layer is HTTP - not protected with SSL) and write msisdn, imsi and other parameters inside it.

So it is a carrier-depending feature.

like image 87
gugabguerra Avatar answered Jan 29 '23 08:01

gugabguerra


While some operators do this, the representation and mechanism depends entirely on the operator. There is no standard way to do this.

like image 42
skaffman Avatar answered Jan 29 '23 08:01

skaffman