liudonghua123 / hoppscotch-app

This is a simple desktop version of hoppscotch (👽 Open source API development ecosystem) which build with Tauri. See also https://hoppscotch.io
https://github.com/liudonghua123/hoppscotch-app
MIT License
75 stars 5 forks source link

not work ip address in 127.0.0.1 or localhost #12

Closed sweetwisdom closed 1 week ago

sweetwisdom commented 1 week ago

image

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

image

liudonghua123 commented 1 week ago

image

In this picture, I noticed that you didn't choose Browser extension as interceptor, or you will get CORS issues.

sweetwisdom commented 1 week ago

Thank you, I solved this problem using the official windows version. use native mode solved this problem

image

https://hoppscotch.com/download

liudonghua123 commented 1 week ago

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.