User:Prawsthorne/StepxStep: Difference between revisions

Jump to navigation Jump to search
Line 114: Line 114:
For manual issue of a badge your web server is going to have to support the '''application/json''' content-type. Ihis is done by some administrative tasks with your servers configuration. A Google search of your server name (Apache, IIS, etc.) and the keyword '''content-type''' should provide the information regarding your server recognizing this content-type.
For manual issue of a badge your web server is going to have to support the '''application/json''' content-type. Ihis is done by some administrative tasks with your servers configuration. A Google search of your server name (Apache, IIS, etc.) and the keyword '''content-type''' should provide the information regarding your server recognizing this content-type.
<pre>
<pre>
   # Save your assertions as .json files and add this to your httpd.conf
   # Save your manual badge issuing as .json files and add this to your httpd.conf
   AddType  application/json  json
   AddType  application/json  json
</pre>
</pre>
1,065

edits

Navigation menu