[GH-ISSUE #478] Request has no response data #189

Closed
opened 2026-03-16 13:57:28 +03:00 by kerem · 5 comments
Owner

Originally created by @stajason on GitHub (Jan 8, 2020).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/478

I use java project, which can be accessed normally in other channels, but I can't return response in postwoman.

image

Originally created by @stajason on GitHub (Jan 8, 2020). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/478 #### I use java project, which can be accessed normally in other channels, but I can't return response in postwoman. ![image](https://user-images.githubusercontent.com/18157487/72002262-0ccb2a80-3282-11ea-97c4-790ba4297e88.png)
kerem 2026-03-16 13:57:28 +03:00
Author
Owner

@liyasthomas commented on GitHub (Jan 8, 2020):

Please tell how to reproduce the issue?

<!-- gh-comment-id:572182730 --> @liyasthomas commented on GitHub (Jan 8, 2020): Please tell how to reproduce the issue?
Author
Owner

@stajason commented on GitHub (Jan 9, 2020):

I use Java springboot project and nginx proxy to local domain name.
Should it be a matter of proxy?

server {
  listen       80;
  server_name  platform-services.me;


  location / {
    proxy_pass   http://127.0.0.1:7019;
  }
}

image

<!-- gh-comment-id:572340541 --> @stajason commented on GitHub (Jan 9, 2020): I use Java springboot project and nginx proxy to local domain name. Should it be a matter of proxy? ```nginx server { listen 80; server_name platform-services.me; location / { proxy_pass http://127.0.0.1:7019; } } ``` ![image](https://user-images.githubusercontent.com/18157487/72030303-86cfd380-32c3-11ea-91be-4a414e16e3de.png)
Author
Owner

@liyasthomas commented on GitHub (Jan 9, 2020):

Were there any errors in the console?

<!-- gh-comment-id:572358600 --> @liyasthomas commented on GitHub (Jan 9, 2020): Were there any errors in the console?
Author
Owner

@stajason commented on GitHub (Jan 9, 2020):

Were there any errors in the console?

I see, just cross domain problem.

<!-- gh-comment-id:572419098 --> @stajason commented on GitHub (Jan 9, 2020): > Were there any errors in the console? I see, just cross domain problem.
Author
Owner

@liyasthomas commented on GitHub (Jan 9, 2020):

I can't reproduce the issue with any other URL. Please share public share URL (current URL of PW's state).

<!-- gh-comment-id:572423478 --> @liyasthomas commented on GitHub (Jan 9, 2020): I can't reproduce the issue with any other URL. Please share public share URL (current URL of PW's state).
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#189
No description provided.