beginner question on calling external URLs #1983
Unanswered
commandline-be
asked this question in
Questions
Replies: 2 comments 1 reply
-
@commandline-be If that URL2 is on an external socker, use something like reqwest, if it is on the same socker (i.e. same domain, different path) use the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks @somehowchris My approach would be both i guess.
How think about this is
it is clear i'm moving cautiously here, this is unknown territory but it is fun learning |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
I'm making a simple app with rocket which takes an URL/value/value/value
where the value should then query an external url URL2/api/call/value/value/value and return the result
this result is in JSON which i then hope to temporarily store and reformat for easy viewing
now, the main problem is i don't find a way to make the query to URL2 with what i learned about rocket, once that is done i think i'll be able to continue on my own
Beta Was this translation helpful? Give feedback.
All reactions