<Android SSL Pining Access Specific Url Without Pi...
# stackoverflow
u
Android SSL Pining Access Specific Url Without Pining While Other Endpoints Are Pinned So I have a question. Is it possible to configure network_security_config.xml in a manner that a single specific endpoint in the domain can be accessed without pinning while every single other endpoint in the domain is enforced pinning. Example: example.com/access_without_pin and example.com/* (every other single endpoint) I want the application to be able to access example.com/access_without_pin even without pinning where as the other endpoints (example.com/getUser etc.) are enforced to be...