Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to paste (a list of values) from clipboard for Header Manager #2942

Closed
asfimport opened this issue Oct 3, 2012 · 2 comments
Closed

Comments

@asfimport
Copy link
Collaborator

oliver lloyd (Bug 53956):
This feature is found in other controllers and is, frankly, a Godsend. Could the same logic be copied over to the HTTP Header Manager control.

The benefit here is that I am able to read a request in something like Chrome Dev Tools and simply copy and paste not just the lists of Query/Post params but, with this enhancement, the list of headers as well. This would make transferring requests from what is seen in the browser to JMeter much easier and more accurate.

OS: All

@asfimport
Copy link
Collaborator Author

@pmouawad (migrated from Bugzilla):
Date: Sat Oct 13 19:20:52 2012
New Revision: 1397931

URL: http://svn.apache.org/viewvc?rev=1397931&view=rev
Log:
#2942 - Add ability to paste (a list of values) from clipboard for Header Manager
#2942

Modified:
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/gui/HeaderPanel.java
jmeter/trunk/xdocs/changes.xml

@asfimport
Copy link
Collaborator Author

@pmouawad (migrated from Bugzilla):
: separator has been chosen because:

  • In Chrome dev tools, it is used
  • In Safari dev tools, it is used
  • In Firefox (FIREBUG), network panel shows tab separated name/value , BUT clicking view source shows them : separated
  • In JMeter request headers are displayed : separated in Tree Result

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant