Postman GET Requests arrive to my server API 1000X faster than my PICO W urequest.get() arrives to same API. Both transmissions use the same wifi network. Is there a way to have the PICO W send urequest.get() to a more proximal server then the intermediary server forwards to the target API ? It appears there are far more hops for the PICO W to get to the API than Postman hops. Or, maybe there is something else at play?
I’m not sure anyone here will be able to answer this without knowing a lot more about your API\application, server and networking setup.
You’ve don’t even mention if you are using Postman over the web (where requests are run from the Postman Cloud) or Postman Desktop (where requests are run locally).
This sounds like a local issue, networking or server. Sounds like there is a bottleneck somewhere.
It’s not really a Postman question.
It might be that the MicroPython urequest() is just slower. (Although can’t see why this would be the case).
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.