Ad
How To Set Japanes Character In Request Header
I am trying to set a custom header, everything works fine untill I set the header value with a Japanese string.
Can anyone help me how to allow the Japanese value in header
System: Laravel + PHP 7 + Apache server
Ad
Answer
This question is answered in the link below. But the short answer is that it probably isn't going to work as HTTP headers were primarily designed with ASCII in mind. That said, if you control all the services end to end, you might be able to modify them to accept what you want.
Ad
source: stackoverflow.com
Related Questions
- → "failed to open stream" error when executing "migrate:make"
- → October CMS Plugin Routes.php not registering
- → OctoberCMS Migrate Table
- → OctoberCMS Rain User plugin not working or redirecting
- → October CMS Custom Mail Layout
- → October CMS - How to correctly route
- → October CMS create a multi select Form field
- → October CMS - Conditionally Load a Different Page
- → How to disable assets combining on development in OctoberCMS
- → October CMS - Radio Button Ajax Click Twice in a Row Causes Content to disappear
- → OctoberCms component: How to display all ID(items) instead of sorting only one ID?
- → In OctoberCMS how do you find the hint path?
- → How to register middlewares in OctoberCMS plugin?
Ad