Code Monkey home page Code Monkey logo

rester's People

Contributors

adamz avatar beeman avatar dependabot[bot] avatar frigus02 avatar github-actions[bot] avatar henningwaack avatar keremcankabadayi avatar yus-ham avatar zenglanmu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rester's Issues

Can't delete history

The trash button on history is not working. I can't remove/delete the history!
I do some test which involve oAuth authentication and now my secret ID is shown explicitly in the history and I can remove it.
I already remove, restart firefox and then reinstall this addon but the history is still there.
Please fix it.
FYI, I'm using Firefox 49.0.1

Large responses crash Firefox

Responses upwards of ~2500 lines consistently crash Firefox. Other REST clients solve this by automatically disabling syntax highlighting for responses over a given threshold.

Does not use all available space for the response window

When the browser is in full screen the response window does not use all available space.
So you have a big empty unused space in the bottom

like this

It's very annoying when you need to read a long text file response.

But great work ! 👍

COOKIE not working

Using RESTer 2.0.1 with Firefox 51.0.1 (64 Bit) I try to send a PUT-Request and provide header COOKIE.

Checking with FIDDLER I can see that this header is NOT send by RESTer client.

All other header fields seem to work.

Is there a setting to enable COOKIE - headers? Or does RESTer deletes this header for any reason?

content-type insted of Content-Type

RESTer does sent "content-type" in header insted of "Content-Type"
despite "Content-Type" in configuration.

Thank you and big thanks for your tool 👍

Request body gets truncated with presence of equal sign

Using version 2.0.1
I try to paste in my request body a long JSON formatted string (5433 chars).
The content of the body is truncated to 2320 chars.

I check if this could just be a display issue and execute the request but I get a json parsing error from my server, so the body is really truncated.

RESTer icon is missing in Firefox (at least in FF47.x)

Today I installed the RESTer Firefox extension and realized that there is no icon shown to start RESTer. In the "customize" view of Firefox RESTer is shown without any icon in the list of available tools. So you cannot drag the tool onto any toolbar.

screenshot

By default add the request-header Accept with the value */* if it is not present in the request

With a client sending requests to a JBoss AS 7 server, I have a problem when posting a request without the Accept header. It returns an Error 400:Bad Request with a JBoss Error: "JBWEB000120: The request sent by the client was syntactically incorrect.".
When I add the Accept header with a correct value (in my case: "application/json") or "/", I get a response 200:OK and the data I am expecting.
I don't know if it would be a correct behavior, but it would be nice to add this header with a default value if it is not specified in the request.

Missing Tab "Variables" on FireFox 54.0

The tab "Variables" disappeared after the Firefox update to 54.0

So the only way to edit the varialbes is to enter them directly, if they are in the url.
notabvariables

Client secret should not be required in OAuth2

When creating an OAuth configuration, the form requires a value in the "Client Secret" field. However, not all clients have secrets (what the RFC calls "public clients"). Putting a space into the field works, however, it should be possible to just leave it blank as well.

Cookie auth support

Hi, i'm trying to send a GET request against Drupal 8.2 but the plugin does not send the cookie that allows me to login, so I get 403 response.

If I manually add the cookie to the header it works fine.
It would be nice to automatically add the cookie to the sent parameters.

I'm using Firefox for developers 54.0a2 (2017-04-02) (64-bit).

May thanks for the plugin, you've done a great job.

Oauth flow: missing state, response type, does not grab code

Version: 3.2.1
Browser: Firefox 57.0b12 (64-bit)

I'm trying to use a normal OAuth 2 flow but

  • rester does not add a state parameter by itself
    ** worked around by adding to the auth url myself (?state=a)
  • rester does not add a response type parameter by itself
    ** worked around by adding to the auth url myself (?response_type=code)
  • rester does not grab the code to to finish the flow
    ** can't work around

Migrate to WebExtensions

The branch features/web-extensions contains a migrated version of RESTer, which works with WebExtensions.

The only missing thing is data migration. RESTer stores it's data in a combination of IndexedDB and localStorage in the page under resource://rester-at-kuehle-me. After migration the page will be located unter moz-extension://[some-guid], which means the old data is not accessible anymore.

There are a few bugs in the Mozilla bug tracker related to data migration as well as a document about a transition API proposal.

I will monitor these resources and complete the migration once it's possible.

Valid character ( = ) prevented from input

When using the POST method and in viewing the request parameters in form view, the form prevents me from entering the following character in the input field: = (equal sign).

Expected

code | af11312f1f6caa910db631bad4b994db=

Actual

code | af11312f1f6caa910db631bad4b994db

The form gets urlencoded (I assume) so there is no reason to prevent this input.

I believe this is a bug?

Variable placeholders and json content...

I would like to use your REST client but I have a problem.
To communicate with my PrestaShop module, I use the PrestaShop API.
To make some tests I POST requests via a SETC client.
When I tried to send my data, my body request is modified because I have JSON content, and RESTer detects variable …

Exemple :
<?xml version="1.0" encoding="UTF-8"?> <prestashop xmlns:xlink="http://www.w3.org/1999/xlink"> <xlpos_action> <action>TesterConnexion</action> <parameters>{"test":true}</parameters> </xlpos_action> </prestashop>
And I have a ""test":true" variable but it is not …

Cursor jumps to end when changing URL structure

Steps to reproduce:

  • Enter URL https://localhost/a?b
  • Select ?
  • Replace the ? with a / (or change it back to ?)

Then the cursor jumps to the end of the URL, making editing harder than it should be.

RESTer throws errors when sending queries

Trying to make some queries, on firefox 42.0 on Ubuntu 15.10, nothing append when using the SEND button, and the console throws the following error :

Error: The operation failed because the requested database object could not be found. For example, an object store did not exist but was being opened.
createTransaction@resource://rester-at-kuehle-dot-me/data/site/scripts/services/data.js:411:31
self.getHistoryEntries/<@resource://rester-at-kuehle-dot-me/data/site/scripts/services/data.js:216:1
f/<@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:118:334
hf/this.$get</n.prototype.$eval@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:132:448
hf/this.$get</n.prototype.$digest@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:129:455
hf/this.$get</n.prototype.$evalAsync/<@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:133:30
e@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:43:93
Hf/l.defer/c<@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:45:491

Can't save requests

I try to save a request in Chrome and it does not work at all for some reason

2017 15 38 16 2017-02-26 15-42-24

I can't find any warnings or something else in the dev console. I guess it should appear on the left side? My Chrome Version is 56.0.2924.87 (64-bit) (Mac OS X).

Method must be selected from the list, typing is not enough

Steps to reproduce: Fill in URL, type method GET, click the submit button twice to send the request

Actual result: Method input is cleared, method null is sent in request

Expected result: Method input should keep the typed method and the request should use it. Also the request should be sent on the first click on the submit button.

Add value from the response to the environment

I'm testing a system that uses an authentication based on a service. This login service returnes something like a session id as part of the response (JSON). This session id I have to send in subsequent requests as header value. Right now I have to add it manually to the environment after each login.
Therefore I would like to have a simple way to add a value of the response to a given key in the environment.

Counterintuitive removal of the question mark in URLs

Steps to reproduce:

  • Enter URL https://localhost/foo?bar=baz
  • Select bar=baz
  • Press Ctrl+X

Expected result:

  • bar=baz is removed
  • Clipboard contains bar=baz

Actual result:

  • ?bar=baz is removed
  • Clipboard contains bar=baz

I often use the cut command (Ctrl+X) followed by insert (Ctrl+V) instead of copy (Ctrl+C) to have a visual feedback, but in this case after inserting the cut part the URL is different from the original.

Using RESTer 2.5.0 in Firefox 54.0.1.

Import & Export features

Hi Jan,

First of all thank you so much for your hard work in this app 😄 . I work in a team so it's very common to share many saved tests with colleagues, so, can you please consider to add import & export features? 🙏

Thanks in advance for your attention regarding this request. 😉

Best Regards,

Saving a request removes the response

A somewhat minor but nevertheless annoying usability issue is that when saving a request, if there is a response currently displayed, it is removed. I don't see any good reason to do this from a usability perspective. If it's not a major technical challenge, I think it should be avoided.

Clicking HTTP method from dropdown menu does not work

How to replicate:

  • Create new request
  • Click on method input box (a drop down menu appears)
  • Select REST (edit: HTTP) method. Method input box is empty

Expect method to be selected and input box to be filled.

There seems to cases where it does work, although it seems intermittent.

Don't work today...

Hi,

Many thank's for this beautiful Plugin. This is the best I found.
Following a Firefox update (I guess), Rester fails now systematically with this error in the console;

Error: $scope.request.variables is undefined
$scope.sendRequest@resource://rester-at-kuehle-dot-me/data/site/scripts/controllers/main.request.js:106:1
anonymous/fn@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js line 216 > Function:2:221
Jc[b]</<.compile/</</e@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:257:177
rf/this.$get</r.prototype.$eval@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:133:442
rf/this.$get</r.prototype.$apply@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:134:170
Jc[b]</<.compile/</<@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:257:227
Of@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:35:392
Nf/d@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:35:341
EventListener.handleEvent*.on/h@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:181:89
.on@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:181:170
P.prototype[b]@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:184:424
Jc[b]</<.compile/<@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:257:141
ca@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:73:279
I@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:62:174
g@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:55:97
g@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:55:114
I@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:62:114
g@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:55:97
D/<@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:54:239
z/<.compile/<@resource://rester-at-kuehle-dot-me/data/site/bower_components/ui-router/release/angular-ui-router.min.js:7:23887
ca@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:73:279
I@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:62:174
g@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:55:97
D/<@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:54:239
k@resource://rester-at-kuehle-dot-me/data/site/bower_components/ui-router/release/angular-ui-router.min.js:7:23132
y/k.compile/<@resource://rester-at-kuehle-dot-me/data/site/bower_components/ui-router/release/angular-ui-router.min.js:7:23409
ca@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:73:279
I@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:62:174
g@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:55:97
I@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:62:114
g@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:55:97
I@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:62:114
g@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:55:97
I@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:62:114
g@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:55:97
D/<@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:54:239
z/<.compile/<@resource://rester-at-kuehle-dot-me/data/site/bower_components/ui-router/release/angular-ui-router.min.js:7:23887
ca@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:73:279
I@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:62:174
g@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:55:97
D/<@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:54:239
k@resource://rester-at-kuehle-dot-me/data/site/bower_components/ui-router/release/angular-ui-router.min.js:7:23132
y/k.compile/</<@resource://rester-at-kuehle-dot-me/data/site/bower_components/ui-router/release/angular-ui-router.min.js:7:23401
rf/this.$get</r.prototype.$broadcast@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:136:312
v/y.transitionTo/y.transition<@resource://rester-at-kuehle-dot-me/data/site/bower_components/ui-router/release/angular-ui-router.min.js:7:18767
f/<@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:119:221
rf/this.$get</r.prototype.$eval@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:133:442
rf/this.$get</r.prototype.$digest@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:131:33
rf/this.$get</r.prototype.$apply@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:134:234
g@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:88:1
R@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:92:116
Zf/</v.onload@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:93:155
EventHandlerNonNull*Zf/<@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:93:1
r@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:89:224
m/g<@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:86:376
f/<@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:119:221
rf/this.$get</r.prototype.$eval@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:133:442
rf/this.$get</r.prototype.$digest@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:131:33
rf/this.$get</r.prototype.$apply@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:134:234
g@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:88:1
EventHandlerNonNull*Zf/<@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:93:1
r@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:89:224
m/g<@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:86:376
f/<@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:119:221
rf/this.$get</r.prototype.$eval@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:133:442
rf/this.$get</r.prototype.$digest@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:131:33
rf/this.$get</r.prototype.$apply@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:134:234
zc/c/<@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:20:57
e@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:39:429
zc/c@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:19:480
zc@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:20:274
ce@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:19:83
@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:297:355
b@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:176:159
Of@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:35:392
Nf/d@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:35:341
EventListener.handleEvent*.on/h@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:181:89
.on@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:181:170
P.prototype[b]@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:184:424
P.prototype.ready@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:176:214
@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:297:333
@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:6:2

I'm using Firefox 46.0a2 (2016-03-07) under Ubuntu 46.0a2 (2016-03-07)

I hope this help.

JM.

Can't upload multiple files

I am trying to upload multiple files to a webservice built with PHP. When POSTing data with the name files[] the [ and ] characters get encoded in the request and instead of receiving an array with files as key (as is the process in PHP) I receive an array with one file keyed as files%5B%5D.

RESTler 3.5.1 disabled by Firefox Developer Edition 59.0b3 (64bit) on Linux

I just updated my Firefox Developer Edition from 59.0b2 to 59.0b3, and after a restart it informed my that it just disabled an add-on which would be incompatible with Firefox Developer Edition. That add-on is RESTler 3.5.1 which, I think, worked fine with 59.0b2 (I actually haven't used it for some weeks, but at least it didn't get disabled).

When I try to enable it again, it immediately switches back to disabled state.

Broken plugin because of Angular error

Hi,
The plugin doesn't work any more (see screenshot)
capture d ecran 2016-05-24 a 19 35 33

FF 46.0.1 on Mac OS 10.11.4

The error in the console:

SyntaxError: missing : after property id lint-inspections.js:49:61
mal formé main.html:1:11
mal formé main.request.html:2:37
"Error: [$injector:unpr] http://errors.angularjs.org/1.5.5/$injector/unpr?p0=%24lintInspectionsProvider%20%3C-%20%24lintInspections%20%3C-%20RequestCtrl
O/<@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:6:412
bb/m.$injector<@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:43:84
d@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:40:344
bb/M<@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:43:144
d@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:40:344
e@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:41:78
h/<.instantiate@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:41:441
ef/this.$get</<@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:89:307
z/<.compile/<@resource://rester-at-kuehle-dot-me/data/site/bower_components/ui-router/release/angular-ui-router.min.js:7:23742
ja@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:80:350
n@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:66:28
g@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:58:305
ba/<@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:57:455
Yb/<@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:62:279
k@resource://rester-at-kuehle-dot-me/data/site/bower_components/ui-router/release/angular-ui-router.min.js:7:23132
y/k.compile/<@resource://rester-at-kuehle-dot-me/data/site/bower_components/ui-router/release/angular-ui-router.min.js:7:23409
ja@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:80:350
n@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:66:28
g@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:58:305
n@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:65:473
g@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:58:305
n@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:65:473
g@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:58:305
n@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:65:473
g@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:58:305
ba/<@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:57:455
z/<.compile/<@resource://rester-at-kuehle-dot-me/data/site/bower_components/ui-router/release/angular-ui-router.min.js:7:23887
ja@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:80:350
n@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:66:28
g@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:58:305
ba/<@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:57:455
Yb/<@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:62:279
k@resource://rester-at-kuehle-dot-me/data/site/bower_components/ui-router/release/angular-ui-router.min.js:7:23132
y/k.compile/</<@resource://rester-at-kuehle-dot-me/data/site/bower_components/ui-router/release/angular-ui-router.min.js:7:23401
tf/this.$get</n.prototype.$broadcast@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:147:327
v/y.transitionTo/y.transition<@resource://rester-at-kuehle-dot-me/data/site/bower_components/ui-router/release/angular-ui-router.min.js:7:18767
e/<@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:130:226
tf/this.$get</n.prototype.$eval@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:144:463
tf/this.$get</n.prototype.$digest@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:142:39
tf/this.$get</n.prototype.$apply@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:145:247
l@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:97:53
H@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:101:190
dg/</u.onload@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:102:229
" <div flex="" layout="column" class="main-content ng-scope" ui-view=""> angular.min.js:117:210
e/<() angular.min.js:117
gf/this.$get</<() angular.min.js:89
ja() angular.min.js:80
n() angular.min.js:66
g() angular.min.js:58
ba/<() angular.min.js:57
Yb/<() angular.min.js:62
k() angular-ui-router.min.js:7
y/k.compile/<() angular-ui-router.min.js:7
ja() angular.min.js:80
n() angular.min.js:66
g() angular.min.js:58
n() angular.min.js:65
g() angular.min.js:58
n() angular.min.js:65
g() angular.min.js:58
n() angular.min.js:65
g() angular.min.js:58
ba/<() angular.min.js:57
z/<.compile/<() angular-ui-router.min.js:7
ja() angular.min.js:80
n() angular.min.js:66
g() angular.min.js:58
ba/<() angular.min.js:57
Yb/<() angular.min.js:62
k() angular-ui-router.min.js:7
y/k.compile/</<() angular-ui-router.min.js:7
tf/this.$get</n.prototype.$broadcast() angular.min.js:147
v/y.transitionTo/y.transition<() angular-ui-router.min.js:7
e/<() angular.min.js:130
tf/this.$get</n.prototype.$eval() angular.min.js:144
tf/this.$get</n.prototype.$digest() angular.min.js:142
tf/this.$get</n.prototype.$apply() angular.min.js:145
l() angular.min.js:97
H() angular.min.js:101
dg/</u.onload() angular.min.js:102

mal formé navigation-list.html:40:24
"Error: [$injector:unpr] http://errors.angularjs.org/1.5.5/$injector/unpr?p0=%24lintInspectionsProvider%20%3C-%20%24lintInspections%20%3C-%20RequestCtrl
O/<@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:6:412
bb/m.$injector<@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:43:84
d@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:40:344
bb/M<@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:43:144
d@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:40:344
e@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:41:78
h/<.invoke@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:41:163
ef/this.$get</</<@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:89:201
n@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:64:374
aa/<@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:76:290
e/<@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:130:226
tf/this.$get</n.prototype.$eval@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:144:463
tf/this.$get</n.prototype.$digest@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:142:39
tf/this.$get</n.prototype.$apply@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:145:247
l@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:97:53
H@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:101:190
dg/</u.onload@resource://rester-at-kuehle-dot-me/data/site/bower_components/angular/angular.min.js:102:229
" angular.min.js:117:210
e/<() angular.min.js:117
gf/this.$get</<() angular.min.js:89
e/<() angular.min.js:130
tf/this.$get</n.prototype.$eval() angular.min.js:144
tf/this.$get</n.prototype.$digest() angular.min.js:142
tf/this.$get</n.prototype.$apply() angular.min.js:145
l() angular.min.js:97
H() angular.min.js:101
dg/</u.onload() angular.min.js:102

mal formé url-input.html:1:37
données incompréhensibles après l'élément de document highlight-code.html:2:1

Extend containers to max-width:100%;

It could be great if you could please extend the max-width of the containers below the "Collection / Title" container to 100%; so that they span the entire view. Please refer to the highlighted area in red in the attached image. Thanks.
rester

Body is not copiable

Hi,

When I copy a text from body is copies an empty string. Can you please fix this issue?

thank you

HTTP method drop-down does not appear on click

How to replicate:

  • Click empty field for HTTP method
  • Drop down appears: POST, GET, PUT, etc
  • Select an arbitrary method.
  • Backspace, delete HTTP method
  • Ensure cursor is still in HTTP method field
  • Click empty HTTP method field
  • Drop down does not appear

Possibly related to #36

RESTer: v2.5.1

Problem to open saved Request

I try your add-on and i like it.

I use Firefox 51.0.1 and if i try to save a request it is not possible for me to load the saved request again.
I try it with the shortcuts "cmd+o" and "cmd+p", enter the name of a saved request e.g. "GetUser" hit 'enter' and nothing happends.

Variables don't work properly in Form mode

How to reproduce:

  • Create new request

  • Change to Form mode

  • Set content type to: application/x-www-form-urlencoded (as per usual)

  • Enable variables for request

  • Add arbitrary parameter param1

  • Set value of param1 to {param1-value}

  • Check Variables tab, no param1-value

  • In Body tab, change from Form mode to Plain

    param1=%7Bparam1-value%7D

So the issues seems to be that variables are url encoded.

The solution might be to urlencode only after the variables have been substituted

Allow to duplicate environment

It could be painful to create a new environment based on existing one.
A button or something like that to duplicate an existing environment could be great!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.