content-type: text/html; charset=UTF-8
date: Thu, 08 Oct 2020 10:26:51 GMT
server: nginx/1.15.9
status: 500
x-powered-by: PHP/7.3.3
REQUEST HEADERS
:authority: *******
:method: POST
:path: /images/476425954/rotate
:scheme: https
accept: */*
accept-encoding: gzip, deflate, br
accept-language: ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7,fr;q=0.6
authorization: *******
content-length: 15
content-type: application/json
origin: *******
pragma: no-cache
referer: *******
sec-fetch-dest: empty
sec-fetch-mode: cors
sec-fetch-site: same-site
user-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36
RESPONSE HEADERS
access-control-allow-headers: *
access-control-allow-methods: *
access-control-allow-origin: *
access-control-max-age: 1728000
content-length: 0
content-type: text/plain; charset=utf-8
date: Thu, 08 Oct 2020 10:26:50 GMT
server: nginx/1.15.9
status: 204
REQUEST HEADERS
:authority: *******
:method: OPTIONS
:path: /images/476425954/rotate
:scheme: https
accept: */*
accept-encoding: gzip, deflate, br
accept-language: ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7,fr;q=0.6
access-control-request-headers: authorization,content-type
access-control-request-method: POST
cache-control: no-cache
origin: *******
pragma: no-cache
referer: *******
sec-fetch-dest: empty
sec-fetch-mode: cors
sec-fetch-site: same-site
user-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36
API_IMAGES.post_images__imageId__rotate({
imageId: imageId,
spec: {
degrees: degrees
}
}).then(({obj}) => {
this.get_images(true);
if (typeof (obj.message) === 'string') {
this.$message({
type: obj.success === true ? 'success' : 'error',
message: obj.message
});
}
}).catch(err => {
this.error_handler(err, this);
});
image: php:7.4-alpine
job1:
script:
- php -v
job2:
script:
- php -v