Change Axios request network name
up vote
0
down vote
favorite
I am using Axios for GET and POST request, and was wondering how to change the network name:
Now the name is the parameter that gets sent with the request, but I was wondering if I could change the names, so it's clearer what it is for.
javascript vue.js axios
add a comment |
up vote
0
down vote
favorite
I am using Axios for GET and POST request, and was wondering how to change the network name:
Now the name is the parameter that gets sent with the request, but I was wondering if I could change the names, so it's clearer what it is for.
javascript vue.js axios
It's request[/response] name, not network name. Network is (just) name of tab that holds request/response data.
– Tpojka
Nov 8 at 15:55
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am using Axios for GET and POST request, and was wondering how to change the network name:
Now the name is the parameter that gets sent with the request, but I was wondering if I could change the names, so it's clearer what it is for.
javascript vue.js axios
I am using Axios for GET and POST request, and was wondering how to change the network name:
Now the name is the parameter that gets sent with the request, but I was wondering if I could change the names, so it's clearer what it is for.
javascript vue.js axios
javascript vue.js axios
edited Nov 9 at 7:45
tony19
22.3k43873
22.3k43873
asked Nov 8 at 13:33
Marcel
81
81
It's request[/response] name, not network name. Network is (just) name of tab that holds request/response data.
– Tpojka
Nov 8 at 15:55
add a comment |
It's request[/response] name, not network name. Network is (just) name of tab that holds request/response data.
– Tpojka
Nov 8 at 15:55
It's request[/response] name, not network name. Network is (just) name of tab that holds request/response data.
– Tpojka
Nov 8 at 15:55
It's request[/response] name, not network name. Network is (just) name of tab that holds request/response data.
– Tpojka
Nov 8 at 15:55
add a comment |
2 Answers
2
active
oldest
votes
up vote
0
down vote
You would have to change your endpoint
api/v1/:id
has a method message, where you send id
as a parameter,
google chrome will always show by default the basename of the full path
add a comment |
up vote
0
down vote
The easiest way to get more information is toggling the large request rows.
Changing the name would involve changing the endpoint path which is most likely not desired.
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
You would have to change your endpoint
api/v1/:id
has a method message, where you send id
as a parameter,
google chrome will always show by default the basename of the full path
add a comment |
up vote
0
down vote
You would have to change your endpoint
api/v1/:id
has a method message, where you send id
as a parameter,
google chrome will always show by default the basename of the full path
add a comment |
up vote
0
down vote
up vote
0
down vote
You would have to change your endpoint
api/v1/:id
has a method message, where you send id
as a parameter,
google chrome will always show by default the basename of the full path
You would have to change your endpoint
api/v1/:id
has a method message, where you send id
as a parameter,
google chrome will always show by default the basename of the full path
answered Nov 8 at 13:38
WITO
444
444
add a comment |
add a comment |
up vote
0
down vote
The easiest way to get more information is toggling the large request rows.
Changing the name would involve changing the endpoint path which is most likely not desired.
add a comment |
up vote
0
down vote
The easiest way to get more information is toggling the large request rows.
Changing the name would involve changing the endpoint path which is most likely not desired.
add a comment |
up vote
0
down vote
up vote
0
down vote
The easiest way to get more information is toggling the large request rows.
Changing the name would involve changing the endpoint path which is most likely not desired.
The easiest way to get more information is toggling the large request rows.
Changing the name would involve changing the endpoint path which is most likely not desired.
answered Nov 8 at 14:32
Ricardo Tavares
465
465
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53208819%2fchange-axios-request-network-name%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
It's request[/response] name, not network name. Network is (just) name of tab that holds request/response data.
– Tpojka
Nov 8 at 15:55