Click here to Skip to main content
15,883,938 members
Home / Discussions / Cloud Computing
   

Cloud Computing

 
QuestionHow to search for a word or color on a website? Pin
l@rs_30-Aug-19 8:17
l@rs_30-Aug-19 8:17 
AnswerRe: How to search for a word or color on a website? Pin
Afzaal Ahmad Zeeshan30-Aug-19 12:02
professionalAfzaal Ahmad Zeeshan30-Aug-19 12:02 
AnswerRe: How to search for a word or color on a website? Pin
Member 1502871723-Dec-20 1:45
Member 1502871723-Dec-20 1:45 
AnswerRe: How to search for a word or color on a website? Pin
Peter Groft6-Jul-22 3:10
Peter Groft6-Jul-22 3:10 
QuestionWhat are some of Azure costing to get minimal app running? Pin
maze328-May-19 5:11
professionalmaze328-May-19 5:11 
QuestionHow to see the payload sent to my Azure web service Pin
Hypermommy2-May-18 2:57
Hypermommy2-May-18 2:57 
AnswerRe: How to see the payload sent to my Azure web service Pin
Richard Deeming2-May-18 8:45
mveRichard Deeming2-May-18 8:45 
AnswerRe: How to see the payload sent to my Azure web service Pin
Afzaal Ahmad Zeeshan6-May-18 3:26
professionalAfzaal Ahmad Zeeshan6-May-18 3:26 
That is exactly why you use logging. Elmah can be a good place to start if your application is .NET based. ELMAH—Home

You need to check what is being input, and maintain that as a token. If I had to do this, I would most likely maintain a trace of the exception thread, store the states, or the request object that they had sent including query strings, headers etc, or the account information, and provide the user with a token, Guid.NewGuid(), in the response along with a message stating something went wrong and ask them to reach me out with that token in order to have that fixed for their account.

Using Postman won't help at all, because you are still working on the client-side and not check what is going wrong, and exposing error information on the public internet—even for personal understanding—never results in a good way. Someone might just understand the workflow and use that for nefarious purposes.
The sh*t I complain about
It's like there ain't a cloud in the sky and it's raining out - Eminem
~! Firewall !~

GeneralRe: How to see the payload sent to my Azure web service Pin
Hypermommy11-Jul-18 4:20
Hypermommy11-Jul-18 4:20 
QuestionAccessing Graph.microsoft.com on behalf of a customer tennant Pin
me@dagsunde.com26-Feb-18 0:48
professionalme@dagsunde.com26-Feb-18 0:48 
AnswerRe: Accessing Graph.microsoft.com on behalf of a customer tennant Pin
Afzaal Ahmad Zeeshan6-May-18 3:15
professionalAfzaal Ahmad Zeeshan6-May-18 3:15 
QuestionWindows IIS Hosting - Upgrading Options From Shared Hosting With a UK Data Centre to Something With Better Performance Pin
CMS196821-Jan-17 0:45
CMS196821-Jan-17 0:45 
AnswerRe: Windows IIS Hosting - Upgrading Options From Shared Hosting With a UK Data Centre to Something With Better Performance Pin
Afzaal Ahmad Zeeshan21-Jan-17 2:13
professionalAfzaal Ahmad Zeeshan21-Jan-17 2:13 
GeneralRe: Windows IIS Hosting - Upgrading Options From Shared Hosting With a UK Data Centre to Something With Better Performance Pin
CMS196823-Jan-17 9:31
CMS196823-Jan-17 9:31 
QuestionRead Azure Filesystem-Files (not VM) Pin
gpc4419-Jun-16 23:44
gpc4419-Jun-16 23:44 
AnswerRe: Read Azure Filesystem-Files (not VM) Pin
debasish mishra7-Jan-18 20:31
professionaldebasish mishra7-Jan-18 20:31 
QuestionAzure subdomains... Pin
R. Giskard Reventlov8-May-16 14:18
R. Giskard Reventlov8-May-16 14:18 
AnswerRe: Azure subdomains... Pin
User 17164928-May-16 22:04
professionalUser 17164928-May-16 22:04 
GeneralRe: Azure subdomains... Pin
R. Giskard Reventlov9-May-16 5:00
R. Giskard Reventlov9-May-16 5:00 
Questiondesign hadoop Pin
Member 123788191-Apr-16 5:43
Member 123788191-Apr-16 5:43 
AnswerRe: design hadoop Pin
Richard MacCutchan1-Apr-16 6:10
mveRichard MacCutchan1-Apr-16 6:10 
AnswerRe: design hadoop Pin
ZurdoDev12-Apr-16 5:13
professionalZurdoDev12-Apr-16 5:13 
Questioncloud security Pin
Member 123031782-Feb-16 6:12
Member 123031782-Feb-16 6:12 
SuggestionRe: cloud security Pin
Richard Deeming2-Feb-16 8:41
mveRichard Deeming2-Feb-16 8:41 
GeneralRe: cloud security Pin
valycarrolito29-Aug-19 12:53
valycarrolito29-Aug-19 12:53 

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.