✅ Hi team,
I have a short question about use of Api.
I need to call rest api developped in .net4.8 code in 64 bit.
My code who will call it is a 32bit code with .net 4.6.
Do you think it will work or we absolutely need to update to 64 bit and .net 4.8 ?
For information I have lot of constrainct blocking migration of my own code 🙂 Should be to easy to align 🙂
Thanks !!!
3 Replies
What.
A REST API is just a bunch of HTTP calls you can make to it
What your server is made in doesn't matter in the context of what you execute the HTTP request with
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
Thanks to you guys 🙂 I really got a doubt about it as we are using "Stone Age" applications