• Need help for HTTP requests - THANKS

    From tina_345@21:1/5 to All on Fri Sep 23 05:41:40 2022
    Hello everybody!

    I have the following problem:
    I am working on an asp.net MVC project and I am communicating with the api via get, post,.. requests. The get request works fine - now I implemented the post request and when sending the request it says: 200 OK (so it worked).

    But when i call the get request, my post request doesn't show up.

    What could be the reason for this?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From JJ@21:1/5 to All on Sat Sep 24 16:07:56 2022
    On Fri, 23 Sep 2022 05:41:40 -0700 (PDT), tina_345 wrote:
    Hello everybody!

    I have the following problem: I am working on an asp.net MVC project and
    I am communicating with the api via get, post,.. requests. The get
    request works fine - now I implemented the post request and when sending
    the request it says: 200 OK (so it worked).

    But when i call the get request, my post request doesn't show up.

    What could be the reason for this?

    HTTP method is client initiated. It's not server initiated.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Man from Viljandi@21:1/5 to All on Mon Sep 26 11:47:16 2022
    Wouldn't it be good to look up error message or the right way of using this from search engines ?


    tina_345 kirjutas Reede, 23. september 2022 kl 15:41:42 UTC+3:
    Hello everybody!

    I have the following problem:
    I am working on an asp.net MVC project and I am communicating with the api via get, post,.. requests. The get request works fine - now I implemented the post request and when sending the request it says: 200 OK (so it worked).

    But when i call the get request, my post request doesn't show up.

    What could be the reason for this?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)