php - Encrypting URL in Objective-C -


i using objective-c communicate php script, works api. although not wish script accessed else, actual ios app on users device. functions require admin permission, , essential app.

is there way encrypt link, people won't able sniff link? or somehow limit access of script.

regards mads

use https (ssl/tls) , pin certificate, secure can get. query string encrypted. note entire url including query string saved in server log file.

this require ca signed certificate , can purchased $50/year if shop around. there several cas offer free certificates: free ssl certificates free ca


Comments

Popular posts from this blog

Java 8 + Maven Javadoc plugin: Error fetching URL -

android - How to delete or change the searchview icon inside the SearchView actionBar? -

c++ - Msgpack packing bools bug -