system
April 3, 2022, 3:50pm
1
Migrated from Redmine #864 | Author: group 45
Status: New | Priority: High, I’m very impatient | Created: 2022-04-03
as you can see in the image below as soon as i make a get call to
https://user-api-v2.simplybook.me/admin/products/1?Content-Type=application/json&X-Company-Login=kroppskontroll&X-Token=d9f267523a00edf1a20c5f3ec46bd97084c81c0c16176081099f5c4d5132e935
with authentic token and company login it give me an error
system
April 4, 2022, 8:14am
2
system
April 5, 2022, 4:46pm
3
group 45 wrote:
Redmine Admin wrote:
please follow docs here API documentation | SimplyBook.me Online Scheduling
Hellow sir! i did same as it say in the Documentation but for some reason it say error 401 not authorize even i am passing the token and company login as in picture you can see but still it say not authorize
system
April 5, 2022, 5:41pm
4
Redmine Admin wrote:
hi, please provide your raw http requests
system
April 6, 2022, 9:36am
5
group 45 wrote:
Redmine Admin wrote:
hi, please provide your raw http requests
Hellow sir !
here is a picture sir
system
April 6, 2022, 9:37am
7
group 45 wrote:
group 45 wrote:
Redmine Admin wrote:
hi, please provide your raw http requests
Hellow sir !
here is a picture sir
i am unable to upload picture can i mail it ?
system
April 6, 2022, 9:40am
8
Redmine Admin wrote:
please provide raw http request in text format here
system
April 7, 2022, 11:27am
9
system
April 7, 2022, 11:28am
10
Dmytro Bondarev wrote:
Hi, you should pass X-Token and X-Company-Login in headers.
system
April 7, 2022, 4:06pm
11
system
April 7, 2022, 4:23pm
12
Dmytro Bondarev wrote:
Hi,
It is not headers, it is GET parameters.
system
April 7, 2022, 8:05pm
13
group 45 wrote:
Dmitry Bondarev wrote:
Hi,
It is not headers, it is GET parameters.
HTTP/1.1: Header Field Definitions
Hellow brother i am using postman for the request and i am passing all the headers in headers section do can you please do an example ? in axios i am passing it through making a config file and passing it after the url , config
(config = {
headers: {
header1: value,
}
}
and yes i am resuing the token everytime but it dont work