Closed (fixed)
Project:
G̶o̶o̶g̶l̶e̶ A̶n̶a̶l̶y̶t̶i̶c̶s̶ A̶P̶I̶ (obsolete)
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Nov 2009 at 21:16 UTC
Updated:
23 Jan 2010 at 09:30 UTC
Comments
Comment #1
hass commentedIs there really a need to write this exit()'s after all the 401 status codes?
Comment #2
jkitching commentedheader() calls changed to drupal_set_header().
I do think the exit() is necessary, otherwise all the Drupal site would be output below. But I have refactored to only exit() once and set the header for the 401 code once.
Comment #3
hass commentedSo it is fixed