keyhacks icon indicating copy to clipboard operation
keyhacks copied to clipboard

Add Cloudinary URL

Open Devang-Solanki opened this issue 2 years ago • 0 comments

In android application developers hard code Cloudinary basic auth details. Auth details when hard coded in application looks very similar to this :

cloudinary://<basic>:<auth-details>@cloud_name cloudinary://992338483313848:bCfgrMedsaRF75zB3rr08yY_8pI1k@dfjx2e1y6

To verify those

curl "https://<basic>:<auth-details>@api.cloudinary.com/v1_1/cloud_name/resources/image"

curl "992338483313848:[email protected]/v1_1/dfjx2e1y6/resources/image"

Devang-Solanki avatar Aug 22 '22 10:08 Devang-Solanki