mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 00:25:56 +03:00
[GH-ISSUE #429] Request is not displayed #425
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#425
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yauheniprakapenka on GitHub (Mar 7, 2020).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/429
Originally assigned to: @NghiaTranUIT on GitHub.
Proxyman 1.17.1
mac 10.15.3
Steps to reproduce
Download my project
https://drive.google.com/file/d/1F4uAaCiQEcE_WEv8aC2sNagrszhB9Zg-/view?usp=sharing
Run app with uncommented
let urlString = "https://rickandmortyapi.com/api/character/"
Expected behavior
Proxyman displays rick morty request
For example, with mail.ru it works.
Video
https://drive.google.com/file/d/1LpTS4fdUZ_LE6y27KATF3CgW6IW3YUSC/view?usp=sharing
@NghiaTranUIT commented on GitHub (Mar 8, 2020):
Let me investigate bug, look like Proxyman couldn't parse the data properly.
@NghiaTranUIT commented on GitHub (Mar 8, 2020):
Turn out that URLSession automatically caches the response -> Doesn't make a real request -> Doesn't appear on Proxyman. (https://stackoverflow.com/questions/24328461/how-to-disable-caching-from-nsurlsessiontask)
Let check out this code, I disable a caching from URLSession, and the requests are appeared on Proxyman.
Additionally, if you would to get the latest response, please consider to use No Caching Tool (Option+Command+N)
@yauheniprakapenka commented on GitHub (Mar 8, 2020):
Sorry to bother you!
One more question. When I launch the application, I want the sorting from the last time to be always remembered. In the settings did not find saving sorting.
@NghiaTranUIT commented on GitHub (Mar 8, 2020):
At the moment, the Sorting state isn't persisted. I will support this feature now 👍
@yauheniprakapenka commented on GitHub (Mar 8, 2020):
You are the best! I love Proxyman with all my heart
@NghiaTranUIT commented on GitHub (Mar 8, 2020):
Let check out the build: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_1.17.1_Sorting.dmg 👍
Ticket https://github.com/ProxymanApp/Proxyman/issues/430