View Single Post
Old 04-09-2012, 02:58 AM   #1
amitsrivas
New Member
 
Join Date: Feb 2012
Model: 8520
PIN: N/A
Carrier: Airtel
Posts: 3
Question 8520 Curve : Browser Settings.

Please Login to Remove!

Hi,
I am Amit, a newbie in BB.

I have an SDk which when invokes from a Helloworld App gets some Clickable Ads from server.

I am able to display the ads(HTML Content) in a BB Webview which include BrowserField2.* packages.

While checking from the server log I used to check the Ip addess of the BB device.
I check the request IP, get image Ip and the Clickable Ads Ip which generally opens a BB browser say (BB Internet Browser).
The scene here is all the 3 ips needs to be matchable which happens only in case of Wifi.

In case of Data service Carrier n/w, Ip changes when I click the ads.
Below is a chart

Internet Browser
Enabled Ip for Request Log Ip for Get image Log Ip for Click Ads Log
Carrier n/w Match(z.z.z.z) Match(z.z.z.z) Match(y.y.y.y) expected(z.z.z.z)
Wifi Match(x.x.x.x) Match(x.x.x.x) Match(x.x.x.x)
(Wifi+Carrier) Match(x.x.x.x) Match(x.x.x.x) Match(y.y.y.y)expected(x.x.x.x)

Hot Spot Browser(Specially for Wifi)
Enabled Ip for Request Log Ip for Get image Log Ip for Click Ads Log
Carrier n/w Match(x.x.x.x) Match(x.x.x.x) Match(y.y.y.y)expected(x.x.x.x)
Wifi Match(x.x.x.x) Match(x.x.x.x) Match(x.x.x.x)
(Wifi+Carrier) Match(x.x.x.x) Match(x.x.x.x) Match(x.x.x.x)


Is it possible to match the iPs in all cases?

-Thanks,
Amit
Offline   Reply With Quote