Closed (fixed)
Project:
Service Attachments
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Apr 2010 at 11:04 UTC
Updated:
30 Apr 2010 at 13:50 UTC
While testing this module and i got a 403 error when trying to access the wikipedia service.
I found the reason was that the user_agent wasn't set before the 'simplexml_load_file' call
ini_set( 'user_agent', 'drupal bot' ); seems to solve this problem
| Comment | File | Size | Author |
|---|---|---|---|
| service_attachments_pack.wikipedia.patch | 570 bytes | bregtemundo |
Comments
Comment #1
davyvdb commentedfixed in head. thx