You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good evening,
Just wondering if your able to give me some information regarding the post data request that is issued to the local host.
In the example photo you have the following
{
"app": "com.hilton.android.hhonors",
"lang": "en",
"version": "3.3.4",
"challenge": true,
"powurl": "https://m.hilton.io
}
I'm aware of how to see the current BPM the website is using
however where do you find the actual post data required for the sensor data response?
Does the apk need to be decompiled and searched through to see what is being sent to the generate sensor data function.
Sorry for the long explanation very keen to learn, just struggling with where to find the actual post data information needed to generate the successful sensor data
The text was updated successfully, but these errors were encountered:
Good evening, Just wondering if your able to give me some information regarding the post data request that is issued to the local host. In the example photo you have the following { "app": "com.hilton.android.hhonors", "lang": "en", "version": "3.3.4", "challenge": true, "powurl": "https://m.hilton.io } I'm aware of how to see the current BPM the website is using however where do you find the actual post data required for the sensor data response? Does the apk need to be decompiled and searched through to see what is being sent to the generate sensor data function.
Sorry for the long explanation very keen to learn, just struggling with where to find the actual post data information needed to generate the successful sensor data
Hello, I don't know what you mean by that. When you initialize the project, you just need to pay attention to the address it indicates. If you are local, it would just be the URL: "http://127.0.0.1:1337/akamai/bmp". You can see it in the same README.
Good evening,
Just wondering if your able to give me some information regarding the post data request that is issued to the local host.
In the example photo you have the following
{
"app": "com.hilton.android.hhonors",
"lang": "en",
"version": "3.3.4",
"challenge": true,
"powurl": "https://m.hilton.io
}
I'm aware of how to see the current BPM the website is using
however where do you find the actual post data required for the sensor data response?
Does the apk need to be decompiled and searched through to see what is being sent to the generate sensor data function.
Sorry for the long explanation very keen to learn, just struggling with where to find the actual post data information needed to generate the successful sensor data
The text was updated successfully, but these errors were encountered: