Skip to content

Commit

Permalink
Merge pull request #75 from hmrc/APIS-3682
Browse files Browse the repository at this point in the history
APIS-3862 - further changes to reference guide page that I missed first time round
  • Loading branch information
FluentSynergyDW authored Nov 27, 2018
2 parents cc69ae1 + d4faf9f commit 0c71ce1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/uk/gov/hmrc/apidocumentation/views/reference.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -680,10 +680,10 @@ <h3 class="heading-medium">Header Contents</h3>
then add :<br> "for=&lt;Gov-Client-Local-IP&gt;;by=&lt;current IP&gt;"
<br/><br/>
If no value is defined, and the request came from some other IP address (not the
Gov-Client-Local-IP), then add :<br>
Gov-Client-Local-IP), then add:<br>
"for=&lt;Gov-Client-Local-IP&gt;, for=&lt;IP request came from&gt;;by=&lt;current IP&gt;"
<br/><br/>
If the value is defined, then append the following to the existing value :<br>
If the value is defined, then append the following to the existing value:<br>
", for=&lt;IP request came from&gt;;by=&lt;current IP&gt;"
<br/><br/>
For more details on this header field, see IETF <a href="https://tools.ietf.org/html/rfc7239" target="_blank">RFC7239 (opens in a new tab)</a>.
Expand Down Expand Up @@ -738,6 +738,7 @@ <h2 class="heading-large">Redirect URIs</h2>
<p>You must specify one or more redirect URIs when you create your application, and also specify one redirect
URI when you send your user to our authorisation endpoint. To protect your application from phishing attacks,
the redirect URI used for authorisation must match one of those specified when you created your application.</p>
<p>You can specify a maximum of five redirect URIs.</p>
<h3 class="heading-medium">Examples</h3>
<p>Examples of valid (and invalid) redirect URIs are:</p>
<table>
Expand Down

0 comments on commit 0c71ce1

Please sign in to comment.