Closed sweetwisdom closed 1 week ago
In this picture, I noticed that you didn't choose Browser extension
as interceptor, or you will get CORS issues.
Thank you, I solved this problem using the official windows version.
use native
mode solved this problem
Yes, the official desktop version support more features like cert. But the tauri used is still v1 which do not support mobile platform and maybe it will be updated soon.
And this project is a simple tauri package app of hoppscotch web and only try to overwrite the underling network provided by tauri as less as possible, see also postwoman_extension_hook_patch.txt.
when i send request http://127.0.0.1:9999/ on my local pc,it doesn't work
however it can work in edge browser