All Questions
5 questions
1
vote
2
answers
786
views
Should a client / server share error codes?
I am in two minds about sharing client / server errors codes. We are writing both ends of the system, if our API was external this would not be possible, but that requirement is very unlikely.
So an ...
-2
votes
3
answers
76
views
Is there a secure way to ensure a data in an API endpoint of mine came from an Instagram endpoint?
Is there a way through encryption/keys/jwt or anything else to ensure that the data being sent through a POST request is only data coming from another request I made on the client to a 3rd party ...
3
votes
1
answer
393
views
How is approval done in cors via preflight request?
As far as I have known in CORS, browser sends preflight with OPTIONS request to the server to gain approval for the real subsequent GET/POST request. Now, HTTP is sessionless. Is the custom header THE ...
5
votes
1
answer
4k
views
Client Side Filtering or Server Side Filtering
So I am building a web-app. The app will be hosted on heroku and I using a MEAN Stack for development. The main purpose of the app is to allow users to search through data and be able to find a ...
0
votes
2
answers
184
views
How to manage potentially outdated data from WikiMedia API
I am writing a web application that pulls small parts of articles from Wikipedia and presents them to users.
I do not wish to delete entries of the articles because I do not want to be sending a ...