Tuesday, April 19, 2011

Using curl to simulate a handset request

Previously I indicated on how one could use wget to simulate a handset request. You can also use curl to achieve something similar:

curl -v -A"Mozilla/5.0 (SymbianOS/9.2; U; Series60/3.1 Nokia6110Navigator/" -H"x-up-calling-line-id: xxxxxxxxxxx" http://www.google.com

The 'xxxxxxxxxxx' should be replaced with the user's mobile number.

No comments:

Post a Comment