graphql-ide icon indicating copy to clipboard operation
graphql-ide copied to clipboard

Multiple headers get mixed up

Open jondlm opened this issue 8 years ago • 3 comments

When I add more than one header and attempt to type into the box, it mixes up the input with the other header.

bug

jondlm avatar Jan 11 '17 17:01 jondlm

@jondlm Hmm, that certainly needs a fix. Thanks for pointing out! Will be up for coming release.

andevsoftware avatar Feb 06 '17 16:02 andevsoftware

The same (or a similar) bug happens with Variables on the Environment tab.

tlovett-rmn avatar May 23 '17 18:05 tlovett-rmn

If the header named 'Host'.It will keep the default 'Host'.

For example, if your url is like ' http://xxx.com/x ', and the 'Host' in header is like 'yyy.com'.

The 'Host' will finally be like 'xxx.com'.

In short, this tool can't overwrite http content keywords.

razertory avatar Oct 12 '17 09:10 razertory