Posts by seeAlex • 26 points
2 posts
-
0
votes2
answers252
viewsA: Xamarin with Web Services - Slowness and Timeout
Splitting the data would be one of the solutions. Json is also a good solution, but beware, remember this Json may sometimes be consuming more bandwidth than is apparently visible, example: {…
-
1
votes1
answer257
viewsA: Authorization via token with Angularjs
Basic and Digest authentication are dedicated to authentication using a "login" and a "password". Bearer authentication is dedicated to using token to authenticate. Postman’s doubt depends on the…