
Cancelled
Posted
Paid on delivery
My mobile app relies on a RESTful API to fetch user data, yet every GET request is timing out without a response. POST calls work fine, so the problem is isolated to the read-only side of the service. Here is what I need from you: • Pinpoint the root cause of the silent GET failures—whether it lives in the backend code, server configuration, or routing. • Restore full functionality so each GET /users* call responds quickly with the correct JSON payload. • Provide a brief summary of the fix and any code changes so I can track future regressions. You’ll have access to the source repository, server logs, and a test build of the app. Once the GET endpoint returns user data consistently and passes my in-app tests, the job is done.
Project ID: 40388434
120 proposals
Remote project
Active 26 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
120 freelancers are bidding on average £444 GBP for this job

Hello, I understand the issue: GET requests to /users are timing out while POST calls work, which points to the read path, likely in backend processing, routing, or server config. My approach is to investigate end-to-end from the API gateway or load balancer through the backend services to the data store, reproduce the timeout in a test or staging environment, and trace where the GET path stalls. I will check request routing, middleware, connection pools, DB queries, and any caching layers that may block or slow reads. I’ll implement targeted fixes to restore fast, correct JSON payloads for all GET /users* calls, add lightweight monitoring to catch regressions, and document the changes with a concise summary for future reference. The goal is to deliver a stable, responsive read path and a clear changelog that helps you track what changed and why. What is the current expected latency for GET /users on your staging and production environments? What authentication or rate limiting is applied to GET /users, and could it affect performance? Do you have any recent changes to the read path (ORM queries, cache, or load balancer configuration)? Are there any known large payloads or pagination issues on /users endpoints? Is there a reverse proxy or CDN in front of the API, and have its logs shown any errors on read requests? Can you share any recent error traces or stack traces from the timeouts? Are there any SSO or token validation bottlenecks impacting GET requests? Do you require
£750 GBP in 10 days
7.8
7.8

Hi, This is Elias from Miami. I checked your project description and understand the issue is very focused: POST requests are working, but every GET /users* request is timing out, so you need someone to trace the failure path, fix it at the right layer, and get the API returning the expected JSON reliably again. I’ve debugged similar API issues before involving route mismatches, middleware hangs, database query bottlenecks, and server config problems. For approach, I’d reproduce the timeout first, trace the GET request through routing, controller logic, middleware, logs, and query execution, then isolate whether the issue is in backend code, environment/server config, or request handling. After the fix, I’d verify response time and payload consistency through the app and API-level tests. I’d be happy to go through the details and suggest the best technical approach. I have a few questions to get a better understanding: Q1 – What backend stack is the API built on (Node, Laravel, Django, etc.), and does the timeout affect all GET /users endpoints or only specific ones? Q2 – Do the server logs show the GET request reaching the application, or does it appear to stall before controller execution? Q3 – Has anything changed recently in routing, auth middleware, database queries, or server/proxy configuration before this issue started? Looking forward to hearing from you.
£500 GBP in 7 days
7.6
7.6

Hi I have strong experience debugging REST APIs across backend code, routing layers, and server environments, so this type of GET failure is something I can investigate efficiently. The main technical challenge here is that POST requests are succeeding while GET requests are timing out, which usually points to a route-specific issue such as middleware behavior, query handling, controller logic, database read bottlenecks, or server configuration affecting only read paths. I handle that by tracing the full GET request flow through logs, route definitions, controller/service code, and database queries to isolate the exact failure point and restore fast, correct JSON responses. I’ve fixed similar issues involving hanging ORM queries, route collisions, blocking middleware, bad reverse-proxy rules, and environment-specific server misconfiguration. My focus would be a clean root-cause fix, not just a temporary workaround, followed by validation through app-side testing and a brief summary of what changed so future regressions are easier to catch. I can move quickly once I have repo and log access and keep the debugging process clear and structured. Thanks, Hercules
£500 GBP in 7 days
6.4
6.4

I can help with this, I will diagnose the silent GET failures, restore the `/users` endpoint to return correct JSON responses, and document every code or config change for your future reference. Since POST calls work fine, the issue is likely not authentication or database connectivity. I will check the route handler for GET-specific middleware — a common culprit is a caching layer or reverse proxy (like Nginx or Varnish) that intercepts GET requests but passes POST through untouched. A misconfigured `proxy_read_timeout` or a stale cache rule can silently swallow responses without ever hitting your backend logic. Questions: 1) What is your server stack — Node/Express, Django, Laravel, or something else — and is there a reverse proxy or CDN sitting in front of it? Looking forward to discussing further. Best regards, Kamran
£591 GBP in 13 days
6.2
6.2

Hello, I can help investigate why your GET requests are timing out while POST calls still work, and trace whether the issue comes from backend logic, routing, or server configuration. I’ll focus on restoring fast and consistent GET /users responses and make sure the app receives correct JSON again. After fixing the issue, I’ll provide a simple explanation of the changes so you can track future regressions clearly. Thanks, Teo
£300 GBP in 5 days
5.7
5.7

Hello, I understand your need: a non-responding GET on /users affects read-only operations while POST remains fine. I will start by inspecting server logs, routing rules, and backend code paths to identify timeouts, then reproduce the issue in a test build. My approach is to isolate where GET requests stall, whether in the middleware, database queries, or caching, and implement a lean, observable fix with clear rollback steps. I will ensure GET /users* returns the expected JSON quickly and consistently and document the changes with a brief summary you can track for regressions. Plan and outcomes: - Quick triage of the GET path, including middleware, routing, DB calls, and caching layers. - Fix the root cause with minimal risk, followed by targeted tests that simulate real app traffic. - Verify endpoint performance in your test build and confirm the JSON payload matches the schema. - Deliver a concise fix summary and the exact code changes to keep for future reference. Key fixes I will consider based on typical causes: - Misrouted or stalled route handlers - Slow DB queries or missing indices - API gateway or load balancer timeouts on read traffic - Caching stale/poisoned entries or misconfiguration - Insufficient thread/connection pool limits Important questions for you to help me scope quickly and avoid back-and-forth: - Do GET requests intermittently fail or always timeout from all clients or only from the mobile app? - Are there any recent changes to authentication, r
£750 GBP in 15 days
5.3
5.3

... Hello! I am a Florida-based senior software engineer with extensive experience in backend development, particularly with RESTful APIs. I carefully read your project description and understand that your mobile app is facing issues with GET requests timing out. This can be frustrating, but I’m here to help! With over 15 years of experience, I specialize in debugging and optimizing APIs. I’ve successfully resolved similar issues in the past, such as improving response times for a data-driven mobile app and enhancing the reliability of a customer management system. I approach each project with a focus on not just fixing the issue but also ensuring the solution is robust and scalable. Could you please clarify the following questions to help me better understand the project? 1. What specific data does your app fetch from the API, and are there any known bottlenecks? 2. Are there any error logs or metrics available that might help diagnose the issue? I believe in clear communication and structured milestones to ensure we stay aligned throughout the process. Let’s work together to get your app back to its best performance! Looking forward to your response. -James
£500 GBP in 2 days
5.5
5.5

Hi, I'm a full-stack developer with strong experience in RESTful APIs, Node.js, PHP, Python backends, server configuration, and debugging production API issues. I've handled many cases exactly like this, where POST works and GET silently times out. The common causes are cache or CDN misconfig stripping or holding GET responses, a slow or broken database query only hit on read endpoints, a reverse proxy rule filtering GET traffic, or a middleware that locks the thread when no response body is generated. I'm comfortable reading server logs, tracing requests end to end, and applying the smallest safe fix. My approach: I first reproduce the timeout with curl and Postman against the same endpoint from different networks, so I can tell if the issue is at the app, server, or proxy layer. Then I check middleware order, database query time, and any cache layer like Cloudflare, Nginx, or Redis. Once the root cause is clear, I apply a targeted fix, verify GET /users and related routes return correct JSON quickly, and run a short stress check to confirm stability. I close with a short summary of the root cause, exact code or config changes made, and what to watch for to catch regressions early. Best, Dmytro
£400 GBP in 1 day
5.1
5.1

As an experienced Full-Stack and Mobile app developer, I have a deep understanding of API functionalities and backend development, which are essential for your project's success. My wide range of skills includes Web Automation and proper Data Extraction, the same skills required to pinpoint your RESTful API's failed GET requests. With more than 13 years of experience under my belt, I've dealt with various API glitches - very similar to what you're experiencing - across platforms, from troubleshooting API integration on Car Rental websites to fixing AI emergency Caller functionalities using Vapi and Twilio. In conclusion, I propose working together not only because of my extensive experience and matched skillset with this project but also due to my dedication to finding high-impact solutions. Let me provide you with a swift resolution by targeting the root cause of the failure and implementing changes that will restore full functionality to your GET calls. Trust me with your project like previous clients did for their Car Rental website development or AI emergency called handling needs!
£500 GBP in 2 days
5.6
5.6

⭐⭐⭐⭐⭐ Fix GET Request Timeouts in Your Mobile App's RESTful API ❇️ Hi My Friend, I hope you're doing well. I've reviewed your project requirements and see you are looking for a solution to fix your GET request timeouts in the RESTful API. Look no further; Zohaib is here to help you! My team has successfully handled 50+ similar projects involving API troubleshooting. I will identify the root cause of the silent GET failures and restore full functionality to your app. ➡️ Why Me? I can easily resolve your API issues as I have 5 years of experience in API development and debugging. My expertise includes troubleshooting, backend development, and server configuration. Additionally, I have a strong grip on monitoring tools and logging techniques to ensure your API runs smoothly. ➡️ Let's have a quick chat to discuss your project in detail, and I can show you samples of my previous work. Looking forward to discussing this with you in chat. ➡️ Skills & Experience: ✅ API Development ✅ Backend Troubleshooting ✅ Server Configuration ✅ JSON Handling ✅ Error Logging ✅ Performance Optimization ✅ Database Management ✅ Code Review ✅ RESTful Services ✅ Test Automation ✅ Version Control ✅ Communication Skills Waiting for your response! Best Regards, Zohaib
£350 GBP in 2 days
5.8
5.8

Hi, I am a backend developer with 8 years of rich experience with a background in API debugging and performance issues. I am familiar with REST APIs, backend development, API testing, debugging, web services. For this project, the most important part is identifying why GET requests fail while POST works, which usually points to routing, middleware, or server config issues. I will trace logs, inspect endpoints, and fix the root cause so GET /users responds fast with correct JSON. I will also provide a clear summary of the issue and fix for future tracking. I'm an individual freelancer and can work on any time zone you want. Please contact me with the best time for you to have a quick chat. Looking forward to discussing more details. Thanks. Emile.
£250 GBP in 7 days
4.7
4.7

hi, i have reviewed the details of your project. i can quickly debug and fix the get request timeout issue in your api so the user data loads correctly again. i have experience with restful apis and backend debugging, so i will check the backend code, routing, database queries, and server configuration to find the exact reason why get calls are failing while post requests work fine. once identified, i will fix it and make sure all get /users endpoints return fast and correct json responses. i can do this and would like to connect on a quick meeting so i can review the current setup and start right away. Let's have a detailed discussion, as it will help me give you a complete plan, including a timeline and estimated budget. i will share my portfolio in the chat. mughira
£500 GBP in 7 days
4.8
4.8

You mentioned POSTs work but every GET /users* times out — that tells me the write path and network are alive but the read path is being blocked or misrouted. Most silent GET failures come from routing/middleware holding the request, or a slow DB/read-replica query exhausting connections rather than a framework bug. I recently fixed a mobile app API where GETs hung because an auth middleware called an unavailable SSO and never timed out; swapping to a cached token check and adding short circuiting brought responses from 10s+ to 150ms. My plan: reproduce the timeout against your test build, tail and correlate server logs and traces, verify routing/load-balancer rules and middleware, profile DB/read-replica queries, apply a minimal hotfix (config or code) and add lightweight tests and metrics. I’ll deliver the fix, a short changelog, and steps to prevent regressions. Quick question — did the failures start after a deploy or DB change, and do GETs route to the same service instances or a separate read layer?
£500 GBP in 7 days
4.8
4.8

Hi! I specialize in debugging RESTful APIs and backend performance issues with 9+ years of experience in Node.js/PHP, server routing, and production API troubleshooting. Here's how I can help: * Diagnose why GET /users endpoints are timing out (routing, DB queries, middleware, or server config) * Fix backend logic so GET requests return fast, stable JSON responses * Optimize API performance and ensure POST/GET parity stability * Provide clear fix summary + code-level changes for future prevention I work systematically using logs, tracing, and endpoint testing to isolate root causes quickly. Can you share your backend stack (Node, PHP, Laravel, etc.) and hosting setup?
£500 GBP in 7 days
4.4
4.4

Hey, I will trace the GET timeout issue, fix the failing route, controller, or server-side handling, and restore fast, consistent JSON responses for the /users endpoints. On a similar API fix, I found GET requests hanging due to middleware and route cache conflicts while POST kept working normally. I can usually complete this type of debugging within 1 day once access is provided. Questions: What backend stack is powering the API? Are the GET failures happening on all /users endpoints or only specific ones? Looking forward to discussing further. Best regards, Faizan
£400 GBP in 7 days
4.5
4.5

Drawing from my diverse experience in web and software development, I am confident that I can quickly identify and resolve the non-responsive API GET issue plaguing your mobile app. My refined skills in API development, backend development, and API integration make me equipped to decipher whether the problem stems from the backend code, server configuration, or routing. Not only do I prioritize finding solutions for immediate challenges, but I also ensure that my fixes result in long-term stability. I will thoroughly analyze the source repository and the server logs to pinpoint the root cause of this timeout problem. Once isolated, I will implement appropriate changes while providing you with a comprehensive summary of the fix, as requested. On top of my technical proficiency, I am dedicated to delivering high-quality work within a reasonable timeframe. You can count on me to re-establish uninterrupted functionality for your app's GET requests promptly and provide a test build that easily passes your in-app tests. Remember, my approach isn't just about fixing bugs; it's about making your tech more resilient and adaptable for successful business growth. Consider me your technology partner for this project. Let's get your mobile application up and running consistently again!
£300 GBP in 5 days
4.4
4.4

I HAVE A QUESTION: What is the backend technology stack (e.g., Node.js/Express, Python/Django, PHP/Laravel) that the API is built on? I understand your requirements for debugging and fixing a non-responsive API GET endpoint. With over a decade of experience in backend development, API performance tuning, and cloud infrastructure, I’m confident I can pinpoint the root cause and restore full functionality efficiently. One of my recent projects involved optimizing a high-traffic RESTful API for a logistics platform. The system supports: Real-time tracking data via GET requests Complex query filtering and pagination Robust logging and error monitoring built using the ELK stack This experience is directly relevant to your project, especially with regard to diagnosing server-side issues, analyzing logs to find silent failures, and ensuring RESTful endpoints are both fast and reliable. My methodical approach to debugging—from network configuration to application code—is perfect for isolating this issue. I focus on building systems that are: Scalable and production-ready Secure and maintainable Easy to extend and evolve with future needs My approach is agile, detail-oriented, and goal-focused—ensuring that what we build isn’t just functional but also efficient and easy to maintain. Let’s connect and discuss how we can bring your idea to life. Looking forward to it! Best regards, Philip Oyedoyin
£250 GBP in 7 days
4.0
4.0

Hi, this is Kris from McKinney, Texas, I’ve reviewed your project, and it’s a targeted API debugging task where GET endpoints are failing silently while POST requests function correctly—pointing to a likely issue in routing, middleware, query handling, or server configuration rather than core connectivity. The priority is isolating the failure point and restoring consistent, low-latency responses for all GET /users* calls. My approach is to trace the full request lifecycle—starting with route definitions and controller logic, then inspecting middleware (auth, CORS, rate limiting), and finally validating server logs and query execution paths. I’ll replicate the issue locally and via tools like Postman/cURL, identify whether the timeout is caused by blocking queries, misconfigured handlers, or network-level constraints, and apply a minimal, clean fix. Once resolved, I’ll verify response integrity, latency, and edge cases, and provide a concise summary of the root cause and changes made. A few additional questions; Q1: What backend stack is the API built on (Node/Express, Django, Laravel, etc.)? Q2: Are the GET endpoints hitting a database query that could be hanging or unindexed? Q3: Is there any middleware (authentication, proxies, or firewalls) applied differently to GET vs POST routes? Regards, Kris
£250 GBP in 1 day
4.7
4.7

Hello there, I hope you’re doing well. I’m an experienced backend developer focused on robust RESTful APIs. I’ve built and debugged APIs with flaky GET paths, improved routing, timeouts, and server configurations so read operations return quickly and reliably. I’ll start by inspecting the repo, logs, and test build to pinpoint where GET /users* calls stall, whether it’s a misrouted route, DB/cache bottleneck, or a misconfigured server timeout. I’ll implement targeted fixes, add lightweight observability, and verify with your test suite to guarantee fast JSON payloads for every read request. I can deliver a stable fix with a brief changelog and a post-fix summary of code changes so you can track regressions easily. After identifying the root cause, I’ll outline the exact steps and timeframe to restore full GET functionality and validate against your in-app tests. Best regards, Billy Bryan
£250 GBP in 3 days
3.8
3.8

⚠️ If you're not happy, you don’t pay. ⚠️ Hi there, Thank you for checking my proposal and sharing the detailed project brief. I can pinpoint and resolve the root cause of the silent GET failures in your mobile app, ensuring quick responses for each request. Using my expertise in RESTful APIs and backend systems, I will deliver: • Identification of the issue in code, server setup, or routing • Full restoration of read functionality for GET requests • Detailed summary of the fix and necessary code changes You will also receive ongoing support and documentation for future reference. I am confident in executing this task efficiently and look forward to discussing the next steps. Best regards, Chirag.
£550 GBP in 7 days
3.9
3.9

Basildon, United Kingdom
Payment method verified
Member since Apr 21, 2026
$30-250 USD
$250-750 USD
₹12500-37500 INR
₹75000-150000 INR
₹1500-12500 INR
$250-750 USD
$10-30 USD
$250-750 AUD
$250-750 AUD
$30-250 AUD
₹37500-75000 INR
₹1500-12500 INR
$250-750 SGD
₹1500-12500 INR
$250-750 USD
$250-750 USD
$30-250 USD
₹15000-20000 INR
$5000-10000 USD
$5000-10000 CAD