openpesa / php-pesa

Open payment integration toolkit for PHP
https://openpesa.github.io/php-pesa/
MIT License
27 stars 18 forks source link

Origin not allowed #13

Closed mukhusin closed 3 years ago

mukhusin commented 3 years ago

content-type: application/json access-control-allow-origin: * content-length: 37 Vary: Accept-Encoding

{ "output_error": "Origin not allowed" }
{ "status_code": 403, "headers": "HTTP/1.1 403 Forbidden\r\ndate: Fri, 06 Nov 2020 13:39:46 GMT\r\nx-frame-options: SAMEORIGIN\r\nx-robots-tag: none\r\nx-content-type-options: nosniff\r\nx-xss-protection: 1; mode=block\r\nstrict-transport-security: max-age=16005600; includeSubDomains\r\ncontent-type: application/json\r\naccess-control-allow-origin: *\r\ncontent-length: 37\r\nVary: Accept-Encoding\r\n\r\n", "body": "{\"output_error\":\"Origin not allowed\"}" }

mukhusin commented 3 years ago

This problem is being solved thanks

mukhusin commented 3 years ago

Now it work out