Click here to Skip to main content
15,903,012 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: WEB API Serialization Problem? Pin
Richard Deeming8-Apr-14 2:29
mveRichard Deeming8-Apr-14 2:29 
GeneralRe: WEB API Serialization Problem? Pin
Kevin Marois8-Apr-14 4:49
professionalKevin Marois8-Apr-14 4:49 
GeneralRe: WEB API Serialization Problem? [UPDATED] Pin
Kevin Marois27-Apr-14 17:15
professionalKevin Marois27-Apr-14 17:15 
GeneralRe: WEB API Serialization Problem? [UPDATED] Pin
Richard Deeming28-Apr-14 1:49
mveRichard Deeming28-Apr-14 1:49 
QuestionOAuth 2.0 SSL Certificate Requirements Pin
Jammer4-Apr-14 1:15
Jammer4-Apr-14 1:15 
QuestionTelerik / Kendo grid using t-no-data Pin
littleGreenDude2-Apr-14 3:24
littleGreenDude2-Apr-14 3:24 
AnswerRe: Telerik / Kendo grid using t-no-data Pin
littleGreenDude4-Apr-14 1:15
littleGreenDude4-Apr-14 1:15 
QuestionLoading large XML file ( 222 MB) in HTML using java script problem Pin
sma123#31-Mar-14 3:55
sma123#31-Mar-14 3:55 
AnswerRe: Loading large XML file ( 222 MB) in HTML using java script problem Pin
User 171649231-Mar-14 4:44
professionalUser 171649231-Mar-14 4:44 
GeneralRe: Loading large XML file ( 222 MB) in HTML using java script problem Pin
sma123#31-Mar-14 20:47
sma123#31-Mar-14 20:47 
GeneralRe: Loading large XML file ( 222 MB) in HTML using java script problem Pin
User 171649231-Mar-14 21:59
professionalUser 171649231-Mar-14 21:59 
QuestionOptimize HTML markup size: How to exclude Microdata+ARIA? Pin
Sergejack30-Mar-14 21:25
Sergejack30-Mar-14 21:25 
Questionjson in HTML5 Pin
Jassim Rahma30-Mar-14 13:03
Jassim Rahma30-Mar-14 13:03 
AnswerRe: json in HTML5 Pin
Sergejack30-Mar-14 22:27
Sergejack30-Mar-14 22:27 
GeneralRe: json in HTML5 Pin
Jassim Rahma30-Mar-14 23:28
Jassim Rahma30-Mar-14 23:28 
AnswerRe: json in HTML5 Pin
Kornfeld Eliyahu Peter30-Mar-14 23:37
professionalKornfeld Eliyahu Peter30-Mar-14 23:37 
GeneralRe: json in HTML5 Pin
Sergejack31-Mar-14 1:27
Sergejack31-Mar-14 1:27 
GeneralRe: json in HTML5 Pin
Richard Deeming31-Mar-14 1:28
mveRichard Deeming31-Mar-14 1:28 
Jassim Rahma wrote:
my json url has an API key which I don't want it to be shown to the user?
is it possible to encrypt it or hide it?

The only way to completely hide the URL from the user is to make the request on the server-side. Even if you obfuscate your javascript, most browsers have developer tools which can log network requests.

The simplest option is probably to create a page on your site which loads the data from the remote service and echoes it directly to the response. That way, your script can call a page on your site without having to pass the API key.



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer


QuestionCloud computing and private cloud computing security Pin
Amr Muhammed29-Mar-14 1:45
Amr Muhammed29-Mar-14 1:45 
AnswerRe: Cloud computing and private cloud computing security Pin
User 171649229-Mar-14 2:55
professionalUser 171649229-Mar-14 2:55 
QuestionUpdatePanel + Timer = Not Working Pin
GenJerDan28-Mar-14 7:15
GenJerDan28-Mar-14 7:15 
QuestionHTML5's new inputs. Black boxes that make layout a living hell? Pin
Sergejack28-Mar-14 3:22
Sergejack28-Mar-14 3:22 
AnswerRe: HTML5's new inputs. Black boxes that make layout a living hell? Pin
Kornfeld Eliyahu Peter28-Mar-14 4:47
professionalKornfeld Eliyahu Peter28-Mar-14 4:47 
GeneralRe: HTML5's new inputs. Black boxes that make layout a living hell? Pin
Sergejack28-Mar-14 4:55
Sergejack28-Mar-14 4:55 
AnswerRe: HTML5's new inputs. Black boxes that make layout a living hell? Pin
Kornfeld Eliyahu Peter29-Mar-14 7:46
professionalKornfeld Eliyahu Peter29-Mar-14 7:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.