79553774

Date: 2025-04-03 19:03:19
Score: 1.5
Natty:
Report link

How I understand your problem as having two parts

PART 1: An attacker can intercept API requests from your application, allowing them to understand your API structure and make unauthorized requests by replicating your application's communication patterns. PART 2: You also would like to intercept and view network requests.

Solution for Part 1: Preventing malicious attacks on your API

Well, it is a very broad issue, I'd say. There are various ways to ensure your API is regarded as safe from external attacks. Now, there may always be vulnerabilities out of your control, although following best practices like using "https", "authorization headers", and Android SafetyNet (see this response and also this thread should make a difference.

Solution for Part 2: Intercepting Your Own Requests

You can try using Proxyman which has a solid free tier.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Starts with a question (0.5): How I
  • Low reputation (1):
Posted by: LogicalLegend007