Kong / insomnia

The open-source, cross-platform API client for GraphQL, REST, WebSockets, SSE and gRPC. With Cloud, Local and Git storage.
https://insomnia.rest
Apache License 2.0
35.03k stars 1.99k forks source link

Can't copy value of the password field in the basic auth section #5811

Open arantesxyz opened 1 year ago

arantesxyz commented 1 year ago

Expected Behavior

Select the text, press ctrl+c or right click and copy and it should be added to my clipboard.

Actual Behavior

I can right click and copy, and also ctrl+c, but the value is not added to my clipboard.

Reproduction Steps

  1. Create a request with basic auth
  2. Add any text to the password field
  3. Try to copy the value

Is there an existing issue for this?

Additional Information

I understand this might be a "Security" feature, if we were talking about a non dev tool. Insomnia is used to test API's, i should be able to copy values freely.

I'm testing an API, the password has 128 chars, the only way i can retrieve the password now is typing char by char, since i cannot copy it from the input.

Insomnia Version

2022.7.5

What operating system are you using?

Windows

Operating System Version

Windows 11

Installation method

From insomnia.rest

Last Known Working Insomnia version

No response

junedomingo commented 1 year ago

Same here, using m1 mac version 2023.1.0

jbrocksfellas commented 1 year ago

@arantesxyz I cannot reproduce it. I have tried to copy from the password field and then paste it. Its working.

evenfrost commented 1 year ago

Same for me. Copy/cut doesn't work for the password field in the Basic auth type. Every other field works well.

Version: Insomnia 2023.1.0
Build date: 3/9/2023
OS: Linux x64 5.19.0-40-generic
Electron: 22.0.0
Node: 16.17.1
V8: 10.8.168.20-electron.0
Architecture: x64
evenfrost commented 1 year ago

Here's the reproduction video:

Peek 2023-04-21 19-31.webm

vekien commented 1 year ago

This was reported a long time ago and has a fix, can this be merged :/ it's a huge pain in the ass.

dukeluo commented 8 months ago

v8.6.1 still have this problem.

vfilenga commented 8 months ago

same. sucks.

kielingraphael commented 8 months ago

Same here, mac m1 Sonoma 14.4

Tam commented 7 months ago

A work-around I've found on MacOS is to take a screenshot of the text and use the text identification feature to copy the text from the screenshot 😅 Would be nice to just be able to copy though!

viniciusribeiro-hotmart commented 4 months ago

Still hapenning on

Version: Insomnia 8.4.5
Build date: 11/23/2023
OS: Darwin arm64 23.5.0
Electron: 27.0.3
Node: 18.17.1
Node ABI: 118
V8: 11.8.172.16-electron.0
Architecture: arm64

Awful.

benmotyka commented 4 months ago

As a workaround, I suggest using "copy as cURL" on the request, paste it into a terminal, and then copy the value of the API key from the terminal.

dhunganabibek commented 3 weeks ago

I still see this issue as of November 6, 2024. is there any plans in future for this support?