How to read 204 - No content M114 request?

What is the problem?
Hello. I want to get axes coordinates from Octoprint to my c# client and show them.
What did you already try to solve it?
I tried this (photo 1), but it returns empty string, but in Octorprint's console (photo 2) there is coordinates shown. How to show coordinates in c# client?


2.
m114b

OctoPrint cannot return the output of commands on the REST API. See

Look into the Push Socket for getting the serial communication and work from there.

Hello, I need to show coordinates in my website. I read your artcile, but I still do not understand how to do it. Please cna you simply show me in c# how to do it. You said something about getting and parsing lines of response but my response is empty string. I am looking for your response. Thank you