Hi, While trying out the relatively new networking API in WASM I found a bug
which crashes the sim with a null pointer exception because it tries to
execute code at address 0. This always happens when you pass an url where one
only provides the domain but not any path. For example
“https://flybywiresim.com” crashes the sim but “https://flybywiresim.com/”
doesn’t. If this is intended behavior it would be nice to have it documented.
In my experiments I used fsNetworkHttpRequestGet to do a GET request and
it doesn’t matter if one sets a callback or not. Also this happens in SU11 and
SU12 flighting. Best regards
Hi there, Thanks for reporting the issue - we will make sure this is properly
handled in the final SU12 release. Best regards, Eric / Asobo