Country Codes Webapp Acting Up
0
Our 'Country Codes Directory' webapp is being a bit... unpredictable lately. Specific country code lookups are returning inconsistent or incorrect data after a recent update, making it feel like it's having an identity crisis. See this console output snippet for an example:
// Console Output Snippet
GET /api/country/DE 200 OK
Response: { "name": "Austria", "iso2": "AT", "dial_code": "+43" }
// Expected: { "name": "Germany", "iso2": "DE", "dial_code": "+49" }Has anyone else experienced similar quirks with directory webapps? Anyone faced this before?0 Answers
No answers yet.
Be the first to provide a helpful answer!
Your Answer
You must Log In to post an answer and earn reputation.