Is it possible to view network traffic in AppStudio? I am running into an issue. I have a POST running in Postman. When I try to do the same thing in my .qml file, I get:
errorText<SPAN class="punctuation token">:</SPAN>Error transferring https<SPAN class="punctuation token">:</SPAN><SPAN class="operator token">/</SPAN><SPAN class="operator token">/</SPAN>myserver<SPAN class="operator token">/</SPAN>someendpoint <SPAN class="operator token">-</SPAN> server replied<SPAN class="punctuation token">:</SPAN> Internal Server Error
errorCode<SPAN class="punctuation token">:</SPAN><SPAN class="number token">401</SPAN><SPAN class="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN></SPAN>
The errorText and errorCode don't seem to match. 401 should be unauthorized not Internal Server Error.
If this happened while I was developing a web app, I would just look at the network tab in the Chrome dev console to see exactly what was sent, and what the response was. Is there an equivalent with AppStudio? If not, is there a way to see more information about what the request? For example, I would like to see the payload and headers.
Thanks!
Matt